import type { CacheOptions, CacheType } from '@tramvai/tokens-common'; import { MEMORY_LRU, MEMORY_LFU } from '@tramvai/tokens-common'; export declare function isMemoryLRU(options: CacheOptions): options is CacheOptions; export declare function isMemoryLFU(options: CacheOptions): options is CacheOptions; //# sourceMappingURL=cacheType.d.ts.map