import type { Types } from '@cornerstonejs/core'; declare function extend2DBoundingBoxInViewAxis(boundsIJK: [Types.Point2, Types.Point2, Types.Point2], numSlicesToProject: number): [Types.Point2, Types.Point2, Types.Point2]; export default extend2DBoundingBoxInViewAxis;