import { type Object3D } from 'three/webgpu'; import { type DecodedGltfModelPacket } from '../worker/modelDecodeProtocol'; /** Rebuilds a supported static glTF packet in the Worker that owns Three.js. */ export declare function buildDecodedGltfModel(packet: DecodedGltfModelPacket): Object3D;