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