export declare const COMMA_ARABIC = "\u060C";
export declare const COMMA_LATIN = ",";
export declare const BLANK = " ";
export declare const BONUS_CHARACTER = "BONUS_CHARACTER";
export declare const BONUS_WORD = "BONUS_WORD";
export declare const EMPTY_CELL = " ";
export declare const NO_BONUS: {
    characterMultiplier: number;
    wordMultiplier: number;
};
export declare const CONSONANTS: string[];
export declare const VOWELS: string[];
