import { FormatAmountOptions, FormatAmountResponse } from '../types'; /** * Formats a numeric string into a localized string representation with optional * control over the number of decimal places. */ export declare function formatAmount(amount: string | undefined, options?: FormatAmountOptions): FormatAmountResponse; //# sourceMappingURL=formatAmount.d.ts.map