declare module 'object-assign-deep' { let deepAssign: (target: any, ...other: any) => any; export = deepAssign; }