export declare const engSmall: {
    [key: string]: number;
};
export declare const engMagnitude: {
    [key: string]: number;
};
export declare const itaSmall: {
    [key: string]: number;
};
export declare const itaMagnitude: {
    [key: string]: number;
};
export declare const toTasteMap: {
    [key: string]: string;
};
export declare const numbersMap: Map<any, any>;
