import { EvmWallet } from "../../core/types/wallet"; export declare function useEvmWallets(): { wallets: EvmWallet[]; };