import type { IReference, Note } from "../types/index.js";
export declare function calculateFrequency(reference: IReference, note: Note): number;
