import type { Types } from '@cornerstonejs/core'; import type { WorldLine } from './types.js'; export default function clipWorldLineToViewportCanvas(line: WorldLine, viewport: Types.IVolumeViewport | Types.IViewport): [Types.Point2, Types.Point2] | null;