import { type ServerRenderedTemplate } from '@lit-labs/ssr'; export declare function errorInline(error: Error): ServerRenderedTemplate; export declare function builtIn404Page(path: string, development?: boolean): ServerRenderedTemplate; export declare function builtInServerEntryLoadingPage({ entry, requestPath, viteClientPath, readyPath, }: { entry: string; requestPath: string; viteClientPath: string; readyPath: string; }): ServerRenderedTemplate; export declare function builtInErrorPage(name?: string, development?: boolean): ServerRenderedTemplate; //# sourceMappingURL=pages.d.ts.map