import type { Types } from '@cornerstonejs/core'; export default function getFirstLineSegmentIntersectionIndexes(points: Types.Point2[], p1: Types.Point2, q1: Types.Point2, closed?: boolean): Types.Point2 | undefined;