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