type Context = __WebpackModuleApi.RequireContext; export declare class Cache { store: { [key: string]: Context; }; get(key: string): Context; has(key: string): boolean; is(key: string, value: Context): boolean; set(key: string, value: Context): void; } export {};