export declare function noteToMidi(note: string): number;
export declare function midiToNote(midi: number): string;
export declare function randomBetween(low: number, high: number): number;
