/** * @zh 繁体转简体 * @en Traditional to Simplified */ export declare const t2s: (text: string) => any; /** * @zh 简体转繁体 * @en Simplified to Traditional */ export declare const s2t: (text: string) => any;