export declare const mode2unicode: {
    "mixed": string[];
    "text": string[];
    "math": string[];
    "unknown": string[];
};
export declare type Mode2unicode = keyof typeof mode2unicode;
