import CurrencyAmount from '../types/util/CurrencyAmount'; /** * Creates a short string explanation of an amount of currency. * * @param amount - The amount of currency. * @returns The explanation of the amount of currency. */ export default function explainAmount(amount: CurrencyAmount): string; //# sourceMappingURL=explainAmount.d.ts.map