export { isVersionedProdHydrationModulePath, PROD_HYDRATION_MODULE_PATH, PROD_HYDRATION_MODULE_VERSIONED_PATH_PATTERN, } from "./prod-path.js"; /** * The hydration runtime the browser loads, bundled from the typed modules in * `runtime/` by `scripts/build/prebundle-hydration-runtime.ts`. React and the * veryfront react runtime stay bare imports so the document's import map * resolves them. */ export declare function generateProdHydrationModule(): string; export declare function getProdHydrationModulePath(): string; export declare function getProdScripts(_slug: string, _params?: Record, _props?: Record, nonce?: string): string; /** Build the production script tag for a previously selected runtime path. */ export declare function getProdScriptsForPath(hydrationModulePath: string, nonce?: string): string; //# sourceMappingURL=prod-scripts.d.ts.map