import type { IScaleDegree, Note } from "../types/index.js";
export declare function getNoteOctave(note: Note, notesThatMakeOctaveChange: IScaleDegree["name"][], direction?: "up" | "down"): number;
