export type OPMNote = {
    kc: number;
    kf: number;
};
export declare function freqToOPMNote(freq: number, clockRatio: number): OPMNote;
