export declare const mergeObject: (target: T1, source: T2) => T1 & T2; export declare function isEmptyObject(obj: object): boolean;