/** * @group 工具函数 * @param money 金钱数额 * @returns */ export declare function normalizeMoney(money: number | string): string;