export declare const PUBLIC_CACHE_TAG = "mantle-public"; export declare function normalizeCacheScope(scope: string | undefined): string | undefined; export declare function scopedPublicCacheTag(scope: string | undefined): string | undefined; /** Apply the Worker's final cache decision after OAuth/default dispatch. */ export declare function applyCachePolicy(request: Request, response: Response, publicCacheTag?: string | null): Response; //# sourceMappingURL=cachePolicy.d.ts.map