import * as THREE from 'three';
export default function getBetterNormal(points: THREE.Vector3[], closestPoint: THREE.Vector3): THREE.Vector3;
