import type { Types } from '@cornerstonejs/core'; export default function intersectPolyline(sourcePolyline: Types.Point2[], targetPolyline: Types.Point2[]): boolean;