import * as THREE from 'three';
export declare function validatePolygon(points: THREE.Vector3[]): boolean;
