import type { IScale } from "../types/index.js";
export declare function transpose(scale: IScale, nbOctave: number): IScale;
