import type { CacheOptions, Cache, CacheServerMetricsHandlers, CacheType } from '@tramvai/tokens-common'; export declare function getCacheFactory({ cacheNames, metrics, }: { cacheNames: Set | null; metrics: CacheServerMetricsHandlers | null; }): (cacheType: CacheType, options: CacheOptions) => Cache; //# sourceMappingURL=cacheFactory.d.ts.map