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