import type { OMEXML } from "../ome/omexml.js"; import type { Labels } from "../../types.js"; type Sel = Dim extends `${infer Z}${infer X}${infer A}${infer B}${infer C}` ? [C, B, A] : 'error'; export declare function getLabels(dimOrder: OMEXML[0]['Pixels']['DimensionOrder']): Labels>>; export declare function getDims(labels: S[]): (name: S) => number; export {}; //# sourceMappingURL=utils.d.ts.map