import type { GLTFAccessor } from "../types/gltf-json-schema.js"; export declare function getGLTFAccessors(attributes: any): { [key: string]: GLTFAccessor; }; export declare function getGLTFAccessor(attribute: any): GLTFAccessor; //# sourceMappingURL=gltf-attribute-utils.d.ts.map