import { EthAddressWrapper } from '@xylabs/sdk-js'; import type { EthWalletConnectorBase } from '../classes/index.ts'; export declare const useCurrentAccount: (ethWalletConnector?: EthWalletConnectorBase) => [EthAddressWrapper | undefined, string[]]; //# sourceMappingURL=useCurrentAccount.d.ts.map