import type { Scenegraph } from '../scenegraph';
export declare function initSceneGraph(scene: Scenegraph): void;
