/** * Ensure that all properties of a given object are assigned values */ export declare function withDefaults(defaults: T): (config: Partial) => T;