import type { CacheConfig, Cache } from './types.js'; export declare function createCache(config: CacheConfig): Cache; //# sourceMappingURL=create.d.ts.map