/** 数字转换成带逗号的金额并保留2位小数 */ export declare const digitalToCash: (target: number) => string; export default digitalToCash;