/**
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.4
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
import { HttpEndpoint } from "@interchainjs/types";
import { Rpc } from "./helpers";
import { ClientOptions } from "@interchainjs/cosmos";
export declare const getRpcEndpointKey: (rpcEndpoint: string | HttpEndpoint) => string;
export declare const getRpcClient: (rpcEndpoint: string | HttpEndpoint) => Promise<Rpc>;
export declare const createRpcClient: (rpcEndpoint: string | HttpEndpoint, options?: ClientOptions) => Promise<import("@interchainjs/cosmos").ICosmosQueryClient>;
