import type { IExpectEmptyWeightEntry } from './i-expect-empty-weight-entry.js'; /** * One AUTHORED value of a boost map: the plain weight, or a weight marked * `expectEmpty`. Authored `*Input` types widen their boost maps to * `Record`; loaded types keep `Record`. */ export type SelectorWeightEntry = number | IExpectEmptyWeightEntry; //# sourceMappingURL=selector-weight-entry.d.ts.map