export declare class CONSONANT {
    static readonly START_CHAR_CODE: number;
    static readonly END_CHAR_CODE: number;
}
