import type { Types } from '@cornerstonejs/core'; import type { Plane } from './types.js'; export default function distancePointToPlane(point: Types.Point3, plane: Plane): number;