export declare enum ChainConnectionType {
    RPC = "rpc",
    Explorer = "explorer"
}
//# sourceMappingURL=types.d.ts.map