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