Spaces:
Sleeping
Sleeping
File size: 195 Bytes
fea495a | 1 2 3 4 | import type { ExportPagesInput, ExportPagesResult } from './types';
import '../server/node-environment';
export declare function exportPages(input: ExportPagesInput): Promise<ExportPagesResult>;
|