import type { GLTF } from "../../types/gltf-json-schema.js";
import { GLTFLoaderOptions } from "../../../gltf-loader.js";
export declare const name = "EXT_feature_metadata";
export declare function decode(gltfData: {
    json: GLTF;
}, options: GLTFLoaderOptions): Promise<void>;
//# sourceMappingURL=EXT_feature_metadata.d.ts.map