import type { Note } from "../types/index.js";
export declare function isUnison(firstNote: Note, secondNote: Note, strict?: boolean): boolean;
