import type { WalletAccount } from '@mysten/wallet-standard';
/**
 * Retrieves the wallet account that is currently selected, if one exists.
 */
export declare function useCurrentAccount(): WalletAccount | null;
