export * from "./glTFFileLoader.js";
export * from "./glTFValidation.js";
import * as GLTF1 from "./1.0/index.js";
import * as GLTF2 from "./2.0/index.js";
export { GLTF1, GLTF2 };
