import type { EthWalletConnectorBase } from '../classes/index.ts'; import type { EthWallet } from '../types/index.ts'; /** * A hook that takes an instance of EthWalletConnectorBase and makes certain functionality reactive. */ export declare const useEthWallet: (connector?: EthWalletConnectorBase) => EthWallet; //# sourceMappingURL=useEthWallet.d.ts.map