type ResourceUrl = string | string[]; export declare class ResourceCache { resources: any; constructor(); addResource(url: [string, number | string, number | string], img: any): void; isResourceLoaded(url: ResourceUrl, checkSVG?: boolean): boolean; login(url: string): void; logout(url: string): void; getImage(url: ResourceUrl): any; markErrorResource(url: ResourceUrl): void; merge(res: any): this; forEach(fn: (key: string, value: any) => void): this; remove(): void; } export declare function getResouceCacheInstance(): ResourceCache; export {}; //# sourceMappingURL=ResourceCacheManager.d.ts.map