export declare const MOONPAY_TOKENS_SUPPORTED_REGIONS: {
    [token: string]: {
        isSupportedInUS: boolean;
        notAllowedUSStates: string[];
        notAllowedCountries: string[];
        minBuyAmount: number;
        maxBuyAmount: number;
        precision: number;
    };
};
