import type { RemoveIndexSignature } from "./RemoveIndexSignature.js"; type ReplaceUndefinedWithDefault = Value extends any ? Value extends undefined ? Default : Value : never; export type OptionWithFallback = Key extends keyof RemoveIndexSignature ? ReplaceUndefinedWithDefault : DefaultOptions[Key]; export {}; //# sourceMappingURL=OptionWithFallback.d.ts.map