export declare function mergeIfDefined(obj1: Record, obj2: Record): { [x: string]: unknown; };