/// <reference types="webmidi" />
import type { OperatorFunction } from 'rxjs';
/**
 * Extract received time from MIDI event
 */
export declare function toTimeStamp(): OperatorFunction<WebMidi.MIDIMessageEvent, number>;
