export type YobtaRequiredValue<Value> = Value extends '' | undefined ? never : Value;
//# sourceMappingURL=YobtaRequiredValue.d.ts.map