/** Generic type helper for adding `| undefined` to the parsed value type when * an argument group is optional */ export declare type CCliConditionalValue = Optional extends true ? Value | undefined : Value; //# sourceMappingURL=c-cli-conditional-value.d.ts.map