import type { Types } from '@cornerstonejs/core'; declare function snapIndexBounds(min: number, max: number): Types.Point2; export default snapIndexBounds;