interface SomeObj { [x: string]: any; } export declare const merge: (a: SomeObj, b: SomeObj) => {}; export {};