import { Object3D } from'three';
import { DIVEScene } from'../../scene/Scene';
/**
* Find the scene object of an object.
*
* @paramobject - The object to find the scene of.
* @returns The scene object.
*/exportdeclareconstfindSceneRecursive: (object: Object3D) =>DIVEScene;