import type { WalletAccount } from '@mysten/wallet-standard';
/**
 * Retrieves a list of connected accounts authorized by the dApp.
 */
export declare function useAccounts(): readonly WalletAccount[];
