import ConnectedWallet, { Chain } from '../connected_wallets/ConnectedWallet'; export declare const useWalletChain: (connectedWallet: ConnectedWallet | undefined) => Chain | undefined; export declare const useDisconnectWallet: () => { disconnect: () => void; };