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