declare const getCurrencyAmountString: (amount: number, currency: `USD` | `IDR`) => string;

export { getCurrencyAmountString };
