import { ChainName, ChainWalletContext, WalletName } from '@cosmos-kit/core';
export declare const useChainWallet: (chainName: ChainName, walletName: WalletName, sync?: boolean) => ChainWalletContext;
