import type { GroupNode } from '@luma.gl/engine'; import type { GLTFScenegraphs } from '@luma.gl/gltf'; export declare function waitForGLTFAssets(gltfObjects: GLTFScenegraphs | { scenes: GroupNode[]; }): Promise; //# sourceMappingURL=gltf-utils.d.ts.map