import { GlobalContext, Page, SitePlugin } from "./types"; export declare const htmlPlugin: SitePlugin; export declare function renderWithLayout(context: GlobalContext, layoutName: string | undefined, page: Page, stack: string[]): string;