import { ExtensionType, LoaderParserPriority, type ResolvedAsset, Loader } from 'pixi.js'; import type { FlashLibAssetsJson, FlashLibJson } from "./types/library-schema"; export declare const eMetaDataTypes: { readonly FLASHLIB: "FlashLib"; readonly FLASHLIB_ASSETS: "FlashLibAssets"; }; declare const _default: { extension: { name: string; priority: LoaderParserPriority; type: ExtensionType; }; _eMetaDataTypes: { readonly FLASHLIB: "FlashLib"; readonly FLASHLIB_ASSETS: "FlashLibAssets"; }; testParse(asset: FlashLibJson | FlashLibAssetsJson, options: ResolvedAsset): boolean; parse(asset: FlashLibJson | FlashLibAssetsJson, options: ResolvedAsset, loader: Loader): Promise; }; export default _default; //# sourceMappingURL=ResourcesLoader.d.ts.map