export declare enum ChainKey {
    ETHEREUM = "ethereum",
    MOONBEAM = "moonbeam",
    RINKEBY = "rinkeby",
    MOONBASE = "moonbase",
    BOBA = "boba",
    BOBABEAM = "bobabeam",
    BOBA_RINKEBY = "boba-rinkeby",
    BOBABASE = "bobabase"
}
//# sourceMappingURL=ChainKey.d.ts.map