import { Point } from '../../types'; export declare function getPointsDistance(p1: Point, p2: Point): number;