import type * as THREE from 'three';
export default function closeVectors(vectors: THREE.Vector3[]): THREE.Vector3[];
