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