import { GeoPoint } from './geopoint'; import { IPoint } from './interfaces/point'; export { IPoint, GeoPoint };