import { ValueOf } from '@itk-viewer/io/types.js'; export declare const Axis: { readonly I: "I"; readonly J: "J"; readonly K: "K"; }; export type AxisType = ValueOf; //# sourceMappingURL=slice-utils.d.ts.map