/// <reference types="webmidi" />
import type { MonoTypeOperatorFunction } from 'rxjs';
/**
 * Filter MIDI messages to polyphonic aftertouch changes only
 */
export declare function polyphonicAftertouch(): MonoTypeOperatorFunction<WebMidi.MIDIMessageEvent>;
