Files
2026-01-01 15:25:19 +05:30

4 lines
195 B
TypeScript

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