import { SiteConfig } from '../config'; import { RollupOutput, OutputChunk, OutputAsset } from 'rollup'; export declare function renderPage(config: SiteConfig, page: string, // foo.md result: RollupOutput, appChunk: OutputChunk, cssChunk: OutputAsset, pageToHashMap: Record, hashMapString: string): Promise;