import LRU from '@tinkoff/lru-cache-nano'; import type { CacheOptions, CacheType } from '@tramvai/tokens-common'; export declare function getCacheFactory(): (cacheType: CacheType | undefined, options: CacheOptions) => LRU; //# sourceMappingURL=cacheFactory.browser.d.ts.map