import type { Point } from '../types'; export declare function findFarthestPoint(mouseDownPoint: Point, targetPoints: [Point, Point]): Point;