import type { UnknownProperty, Value } from '../../../index.js'; export type AllowedValue = K extends keyof Obj ? Value : unknown; //# sourceMappingURL=AllowedValue.d.ts.map