export declare class Chars {
    static getUnicodeCategory(char: number): number;
    private static _table_0;
    private static _table_9fc0;
    private static _table_d780;
    private static _table_fa40;
}
