import { Object3D } from "three"; export declare function shouldExport_HideFlags(obj: Object3D): boolean; export declare function detachObjectsExcludedFromExport(root: Object3D): Array<() => void>;