export declare const CURRENCY_SYMBOLS: Record; /** Resolves the display symbol for an invoicing currency code. */ export declare const resolveInvoicingCurrencySymbol: (currencyCode: string, currencySymbol?: string) => string;