/** * Replaces the supplied defaults with the properties specified in the overrides. * This returns a new object. */ export declare function overrideDefaults(defaults: T, overrides?: Partial): T;