export declare function splitChineseTextToWords_Jieba(text: string, fineGrained?: boolean, useHMM?: boolean): Promise<any[]>;
