import type { MoonPayCryptoCurrency, MoonPayFiatCurrency } from '../hooks/useMoonPayCurrencies.js';
export declare const convertSupportedCurrencies: (currencies?: [MoonPayCryptoCurrency | MoonPayFiatCurrency] | null) => {
    name: string;
    type: string;
    notAllowedCountries: string[];
    notAllowedUSStates: string[];
    code: string;
    chainId: string;
    contractAddress: string;
}[];
//# sourceMappingURL=moonPay.d.ts.map