import type { IScaleDegree, Note } from "../types/index.js";
export declare function beginOn(scale: IScaleDegree[], startingNote: Note): Array<IScaleDegree>;
