import { Object3D } from 'three';
export declare function hideTargetObjects(rootObject: Object3D, objectsToHide: string[]): void;
