import { Site, DocItemWithContext } from './site'; import { Templates } from './templates'; export interface RenderedPage { id: string; contents: string; } export declare function render(site: Site, templates: Templates, collapseNewlines?: boolean): RenderedPage[]; export declare const itemPartialName: (item: DocItemWithContext) => string; //# sourceMappingURL=render.d.ts.map