import * as THREE from 'three'; export interface IPointsData { vectors: THREE.Vector2[]; numPoints: number; }