interface GLTFBuffer { byteLength: number; type: string; uri: string; } export default GLTFBuffer;