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