import type { CacheFactoryOptions, CacheOptions, CacheType } from '@tramvai/tokens-common'; export declare function getCacheOptions(cacheType: CacheType, options?: CacheFactoryOptions): CacheOptions; //# sourceMappingURL=cacheOptions.d.ts.map