import type { Currency } from './CurrencyInputTypes';
export declare const CURRENCIES: {
    [iso: string]: Currency;
};
