/** How a markable selector is authored — and so which normaliser reads it. */ export declare enum UnitEntryForm { /** `readonly (string | { pattern, expectEmpty: true, reason? })[]` — `normalizeUnitList`. */ List = "list", /** `string | { pattern, expectEmpty: true, reason? }` — `normalizeUnitScalar` (`discovery.targetFile`). */ Scalar = "scalar", /** `Record`, the unit is the key — `normalizeUnitMap`. */ WeightMap = "weight-map" } //# sourceMappingURL=unit-entry-form.d.ts.map