import * as THREE from 'three';
export default function earcut3D(points: THREE.Vector3[]): number[];
