import type { Types } from '@cornerstonejs/core'; export default function intersectLine(line1Start: Types.Point2, line1End: Types.Point2, line2Start: Types.Point2, line2End: Types.Point2, infinite?: boolean): number[] | undefined;