import { InjectionToken } from '@angular/core';
export declare const WA_MIDI_INPUT: InjectionToken<Promise<MIDIInput | undefined>>;
/**
 * @deprecated: drop in v5.0, use {@link WA_MIDI_INPUT}
 */
export declare const MIDI_INPUT: InjectionToken<Promise<MIDIInput | undefined>>;
