/** * Recursively merge two objects */ export declare const mergeDeepRight: >(target: T, source: T) => T;