/** * 将数字转换为大写的中文金额 */ export declare function amountInWords(n: number): string;