import { type Object3D, type Object3DEventMap, type Material, type BufferGeometry, Mesh } from 'three/webgpu'; export declare class ObjectUtils { static traverseMeshes(object: Object3D, callback: (object: Mesh) => void): void; }