declare const _default: { new (): { cache: Map; set(id: string, value: T): void; has(id: string): boolean; get(id: string): T; del(id: string): void; apply(id: string, value: any): any; flush(): void; size(): number; dump(): { [k: string]: T; }; }; }; export = _default;