export declare const MIN_RESOLUTION = 0.0625; export declare const MAX_QUARTER_DIVISION: number; export declare const SCALES: { steps: number[]; accidental: number[]; }[]; export declare const KEY_ACCIDENTALS: { accidental: number; pitches: number[]; }[]; export declare const TREBLE_CLEF = 71; export declare const BASS_CLEF = 50;