export declare function getAssetsCacheMap(): Map; export declare function addCachedAssets(assets: { [name: string]: string; }): void;