export declare const ResourceMap: Map; export declare const ResourceClassMap: Map; export default class ResourceLoader { static getResource(resource: string | Function): Function; static loadResource(filePath: string): void; static loadResourceDir(dirPath: string, ignoreDirs?: string[]): void; }