import type * as THREE from 'three';
export default function addIfNotExists(parent: THREE.Object3D, ...target: THREE.Object3D[]): void;
