import type { IScale } from "../types/index.js";
export declare function scaleAnalyser(scale: IScale): string | undefined;
