import type { AlsoAccept } from '../../type/index.js'; import type { Value } from '../key-value/index.js'; export type OmitByValue | AlsoAccept> = Omit extends Value_ ? k : never; }[keyof Obj]>; //# sourceMappingURL=OmitByValue.d.ts.map