export declare const merge: (a: any, b: any) => any;
export default merge;
