declare class CacheSingleton { basePath: string; private _map; constructor(); get(id: string): T; add(id: string, item: T): void; } export declare const Cache: CacheSingleton; export {}; //# sourceMappingURL=Cache.d.ts.map