import type { CachePolicy } from './cache-store.js'; import type { CacheConfig } from '../types/profile.js'; export interface CachePolicyResolverInput { cacheConfig: CacheConfig; hasAuth: boolean; } export declare class CachePolicyResolver { static resolve(input: CachePolicyResolverInput): CachePolicy; private static resolveScope; private static resolveMaxMemoryBytes; } //# sourceMappingURL=cache-policy-resolver.d.ts.map