import { type CacheConfig } from './types.js'; export declare function cacheFactory(cacheConfig: CacheConfig): Promise; export * from './types.js';