import { RuntimeCaching } from "serwist"; //#region src/index.worker.d.ts /** * The default, recommended list of caching strategies for applications * built with Vite. * * @see https://serwist.pages.dev/docs/vite/worker-exports#default-cache */ declare const defaultCache: RuntimeCaching[]; //#endregion export { defaultCache }; //# sourceMappingURL=index.worker.d.mts.map