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