import { type Provider } from '@angular/core';
/**
 * Provide MIDIOutput by id
 *
 * @param id
 */
export declare function outputById(id: string): Provider[];
