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