export declare const formatAmount: (amount: number, minimumFractionDigits?: number, maximumFractionDigits?: number) => string;
