import { type MonoTypeOperatorFunction } from 'rxjs';
/**
 * Filter MIDI messages to pitch bend changes only
 */
export declare function pitchBend(): MonoTypeOperatorFunction<WebMidi.MIDIMessageEvent>;
