import type { CacheProviderFactory } from 'astro';
declare const factory: CacheProviderFactory;
export default factory;
