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