export declare enum NetworkStatus {
    ACTIVED = "ACTIVED",
    DEACTIVATED = "DEACTIVATED"
}
export declare enum ChainCodes {
    won = "won",
    polygon = "polygon",
    polygonTestnet = "polygonTestnet",
    bsc = "bsc",
    bscTestnet = "bscTestnet",
    celoTestnet = "celoTestnet",
    ganache = "ganache",
    ropsten = "ropsten",
    arbitrumRinkeby = "arbitrumRinkeby",
    arbitrum = "arbitrum",
    mintme = "mintme",
    celo = "celo",
    avax = "avax",
    coredao = "coredao",
    moonriver = "moonriver",
    harmony = "harmony",
    fantom = "fantom",
    bitgert = "bitgert",
    fuse = "fuse",
    doge = "doge"
}
