import type { Types } from '@cornerstonejs/core'; import type { Plane } from './types.js'; export default function getViewportPlane(viewport: Types.IViewport): Plane | null;