NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
import type { ExportPagesInput, ExportPagesResult } from './types';
import '../server/node-environment';
export declare function exportPages(input: ExportPagesInput): Promise<ExportPagesResult>;