import type { EthWalletConnectorBase } from '../classes/index.ts'; export declare const EMPTY_ARRAY: readonly []; /** * Subscribe to account changes from a given wallet **/ export declare const useCurrentAccountExternal: (ethWalletConnector?: EthWalletConnectorBase) => string[] | readonly []; //# sourceMappingURL=useCurrentAccountExternal.d.ts.map