import { Vector3 } from 'three';
/**
 * @description 右手定则求法向量
 */
export default function getNormal(points: Vector3[]): Vector3;
