import { CacheConfig } from './types';
/**
 * Default cache config
 */
export declare const defaultConfig: Omit<CacheConfig, 'storage'>;
export declare const currentSizeKey = "CurSize";
