export default humanizeAmount; declare function humanizeAmount(amount: any, currency: any): number;