declare const humanizeAmount: (amount: number, currency: string) => number; export default humanizeAmount;