export declare const type2unicode: {
    "normal": string[];
    "binaryop": string[];
    "other": string[];
    "closing": string[];
    "alphabetic": string[];
    "large": string[];
    "punctuation": string[];
    "diacritic": string[];
    "opening": string[];
    "relation": string[];
};
export declare type Type2unicode = keyof typeof type2unicode;
