/** * Process and dequantize GLTF data * @param data - Raw GLTF data from loader * @returns Processed data with transferables array */ export declare function processGLTFData(data: any): { data: any; transferables: ArrayBuffer[]; }; //# sourceMappingURL=process.d.ts.map