/** 数字转中文 */ export declare const toStringChinese: (value: any) => any;