export { GLTFResource } from "./GLTFResource"; export { GLTFUtils } from "./GLTFUtils"; export * from "./parser"; export * from "./extensions/index"; export { AccessorType } from "./GLTFSchema"; export type { IMaterial, IMeshPrimitive, ITextureInfo, INode, GLTFExtensionOwnerSchema, IGLTF, IMesh } from "./GLTFSchema";