3 lines
195 B
TypeScript
Executable file
3 lines
195 B
TypeScript
Executable file
import type { ExportPagesInput, ExportPagesResult } from './types';
|
|
import '../server/node-environment';
|
|
export declare function exportPages(input: ExportPagesInput): Promise<ExportPagesResult>;
|