import { ResourceType } from './enums'; export declare const tryToLoadFrom: (resourcePath: string) => any; export declare const loadResource: (name: string, type: ResourceType, configurations?: string[], verifyVersion?: boolean) => any; //# sourceMappingURL=load-resource.d.ts.map