export declare const pinyinToZhuyin: (pinyinText: string) => string;
