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