export declare const amountUtils: { toCent(amount: number): number; toYuan(amount: number): number; }; //# sourceMappingURL=util.amount.d.ts.map