import type { Types } from '@cornerstonejs/core'; declare const pointsAreWithinCloseContourProximity: (p1: Types.Point2, p2: Types.Point2, closeContourProximity: number) => boolean; export default pointsAreWithinCloseContourProximity;