import { QueryClient, TxExtension } from "@cosmjs/stargate"; export declare const setupTxExtension: (base: QueryClient) => TxExtension;