import type { IUnitMark } from './i-unit-mark.js'; /** * Several mark ledgers as one, deduplicated by (list, unit), first wins — for * an engine entry that normalises defensively: the loaded rule's * `expectEmptyUnits` first, then whatever `normalizeUnitList` found in a * hand-built list. */ export declare function mergeUnitMarks(...ledgers: readonly (readonly IUnitMark[] | undefined)[]): readonly IUnitMark[]; //# sourceMappingURL=merge-unit-marks.d.ts.map