export declare const MIN_RESOLUTION = 0.0625;
export declare const MAX_QUARTER_DIVISION: number;
export declare const PITCH_CLASS_NAMES: string[];
export declare const MAJOR_SCALE_INTERVALS: {
    [interval: number]: number;
};
export declare const MIDDLE_C_MIDI = 60;
