import type { Types } from '@cornerstonejs/core'; export default function findClosestPoint(sourcePoints: Array, targetPoint: Types.Point2): Types.Point2;