export declare const Cache: { get: (type: string) => Map; getEntry: (cache: string, entry: string) => unknown; }; //# sourceMappingURL=Cache.d.ts.map