import { CurrenciesCurrency as Currency } from './_internal/enums'; export declare function getCurrencyCode(currency: Currency, fallback?: string): string;