/** * * @param str 判断是否含有中文字符 */ export declare function hasChinese(str: string): boolean;