I have an instance of the following class:
// Interface from library interface EventEmitter { on(eventName: \'click\', handler: () => void): void on(ev