declare const isInHigherOctave: (previousNote: string, nextNote: string) => boolean;
export default isInHigherOctave;
