import type { DistributedCacheInitializers } from "../cache/distributed-cache-init.js"; /** * Default wiring of distributed-cache initializers, assembled at the server * composition root. * * The concrete initializers live in the `transforms`, `modules`, `html`, and * `platform` layers. Keeping this wiring in `src/server` (which is free to * depend on every layer) lets `src/cache/distributed-cache-init.ts` remain a * low-level orchestrator that takes its initializers as an injected dependency * instead of reaching up into those layers itself. */ export declare const defaultDistributedCacheInitializers: DistributedCacheInitializers; //# sourceMappingURL=distributed-cache-initializers.d.ts.map