export interface AmountFormat { separator: string; thousandSeparator: string; firstCurrency: boolean; subunits?: number; format?: 'symbol' | 'narrowSymbol' | 'code'; }