import { InjectionToken } from '@angular/core';
export declare const WA_MIDI_INPUT: InjectionToken<Promise<MIDIInput | undefined>>;
