import type { EthWallet, SelectedWallet } from '../types/index.ts'; export declare const useEIP6963Wallet: (selectedWallet: SelectedWallet | undefined) => EthWallet; //# sourceMappingURL=useEIP6963Wallet.d.ts.map