import { CosmWasmClient } from "@cosmjs/cosmwasm-stargate";
export declare const getCosmWasmClient: (rpc: string) => Promise<CosmWasmClient>;
