import type { Types } from '@cornerstonejs/core'; declare function getMinMax(storedPixelData: Types.PixelDataTypedArray): { min: number; max: number; }; export default getMinMax;