import { ISupported } from './types.js';
export declare enum BRIDGE_SUPPORTED_CHAINS_HEX {
    BINANCE = "0x38",
    MAINNET = "0x1",
    POLYGON = "0x89"
}
export declare enum BRIDGE_SUPPORTED_CHAINS_TEST_HEX {
    BINANCE_TESTNET = "0x61",
    GOERLI = "0x5",
    MUMBAI = "0x13881"
}
export declare const BRIDGE_SUPPORTED_CHAINS_HEX_LIST: string[];
export declare const BRIDGE_SUPPORTED_CHAINS_TEST_HEX_LIST: string[];
export declare const eEUR: ISupported;
export declare const eUSD: ISupported;
export declare const eGBP: ISupported;
export declare const eSGD: ISupported;
export declare const RYZE: ISupported;
export declare const SUPPORTED_TOKEN_IDS: {
    "0x38": {
        RYZE: string;
        eEUR: string;
        eUSD: string;
        eGBP: string;
        eSGD: string;
    };
    "0x1": {
        RYZE: string;
        eEUR: string;
        eUSD: string;
        eGBP: string;
        eSGD: string;
    };
    "0x89": {
        RYZE: string;
        eEUR: string;
        eUSD: string;
        eGBP: string;
        eSGD: string;
    };
    "0x61": {
        eEUR: string;
        eUSD: string;
        eGBP: string;
    };
    "0x5": {
        eEUR: string;
        eUSD: string;
        eGBP: string;
    };
    "0x13881": {
        eEUR: string;
        eUSD: string;
        eGBP: string;
    };
};
export declare const SUPPORTED_TOKEN_NAMES: {
    BINANCE: {
        RYZE: string;
        eEUR: string;
        eUSD: string;
        eGBP: string;
        eSGD: string;
    };
    MAINNET: {
        RYZE: string;
        eEUR: string;
        eUSD: string;
        eGBP: string;
        eSGD: string;
    };
    POLYGON: {
        RYZE: string;
        eEUR: string;
        eUSD: string;
        eGBP: string;
        eSGD: string;
    };
    BINANCE_TESTNET: {
        eEUR: string;
        eUSD: string;
        eGBP: string;
    };
    GOERLI: {
        eEUR: string;
        eUSD: string;
        eGBP: string;
    };
    MUMBAI: {
        eEUR: string;
        eUSD: string;
        eGBP: string;
    };
};
