export declare function toMajor(minor: number, currency: string): number;
export declare function formatAmount(amount: number, currency: string): string;
//# sourceMappingURL=currency_util.d.ts.map