declare class Appcache { private _cacheMap; _DrillCacheed: Set; has(key: string): boolean; get(key: string): any | undefined; set(key: string, value: T): void; clear(): void; delete(k: string): void; } export declare const appCache: Appcache; export {}; //# sourceMappingURL=AppCache.d.ts.map