import { Vector3 } from 'three';
export default function getNormal(points: Vector3[], length?: number): Vector3;
