MIDIConnectionEvent: {
    prototype: MIDIConnectionEvent;
    new (
        type: string,
        eventInitDict?: MIDIConnectionEventInit,
    ): MIDIConnectionEvent;
}