declare type PitchTrackerType = {
    prepare(): any;
    start(): any;
    stop(): any;
    noteOn(callback: (midiNum: any) => any): any;
    noteOff(callback: (midiNum: any) => any): any;
};
declare const _default: PitchTrackerType;
export default _default;
