I was just updating some dependencies of some of my projects and noticed I was getting a new error with the latest eventemitter3 release.
EventEmitter' cannot be used as a value because it was imported using 'import type'.
The index.d.mts file seems to be re-exporting only the type of the EventEmitter class, so TypeScript will not treat it as a value that can be instantiated.