declare module 'object-assign' { declare module.exports: (target: {[string]: T}, ...sources: Array<{[string]: T}>) => {[string]: T}; }