import type { Interval, Note } from "../types/index.js";
export declare function intervalAnalyzer(firstNote: Note, secondNote: Note): Interval | undefined;
