import type * as THREE from 'three';
export declare function vectorIsEqual(vector1: THREE.Vector3, vector2: THREE.Vector3): boolean;
