/** 检测文本是否是中文 */ export declare function isChineseString(str: string): boolean; //# sourceMappingURL=isChineseString.d.ts.map