/** * `mergeInputs` is meant to be used as a `transform` function for Object-input (input with object value) */ export declare function mergeInputs(defaultValue?: TInputs): (value: '' | Partial) => TInputs;