declare const mergeDeep: (orig: any, ...rest: any[]) => any; export default mergeDeep;