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