/** * Embedded templates for production builds * These are embedded as strings to avoid file system dependencies in npm bundle * * AUTO-GENERATED by scripts/build/prebundle-client-scripts.ts * Do not edit manually — run `deno task build` to regenerate. * @module */ export declare const CLIENT_STYLES = ".error-container {\n max-width: 600px;\n margin: 2rem auto;\n padding: 2rem;\n background: #fee;\n border: 1px solid #fcc;\n border-radius: 8px;\n color: #c00;\n}"; export declare const CLIENT_ROUTER_BUNDLE: string | undefined; export declare const CLIENT_PREFETCH_BUNDLE: string | undefined; //# sourceMappingURL=templates.d.ts.map