import type { Types } from '@cornerstonejs/core'; export default function distanceToPoint(lineStart: Types.Point2, lineEnd: Types.Point2, point: Types.Point2): number;