import type { QueryInfo } from '@cedarjs/web'; interface PrerenderParams { queryCache: Record; renderPath: string; } export declare const runPrerender: ({ queryCache, renderPath, }: PrerenderParams) => Promise; export declare const writePrerenderedHtmlFile: (outputHtmlPath: string, content: string) => void; export {}; //# sourceMappingURL=runPrerender.d.ts.map