import type { Types } from '@cornerstonejs/core'; export declare function findLineBoundsIntersection(linePoint: Types.Point3, lineDirection: Types.Point3, viewport: Types.IViewport): { start: Types.Point2; end: Types.Point2; } | null;