import type { Wallet } from '../types/wallet'; export declare function useConnectedWallet(): Wallet | undefined;