import type { CachePolicy, CacheStore, CacheStoreFactoryOptions } from './cache-store.js'; export declare class CacheStoreFactory { static create(policy: CachePolicy, options?: CacheStoreFactoryOptions): CacheStore; } //# sourceMappingURL=cache-store-factory.d.ts.map