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