import type { Types } from '@cornerstonejs/core'; export default function distanceToPointSquared(aabb: Types.AABB2, point: Types.Point2): number;