TS2440
typescript Import Cannot Be Named
A namespace import (`import * as foo`) cannot be used with `export =` style modules. Use a default import or a CommonJS-style `require` instead.
A namespace import (`import * as foo`) cannot be used with `export =` style modules. Use a default import or a CommonJS-style `require` instead.