import { IPoint } from '../common/IPoint';
export declare function getDistanceBetweenPoints(point1: IPoint, point2: IPoint): number;
