export declare function splitChineseTextToWords_Jieba(text: string, fineGrained?: boolean, useHMM?: boolean): Promise<any[]>;
//# sourceMappingURL=ChineseSegmentation.d.ts.map