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