import { WalletList } from '../types/Wallet.js'; import { TExternalWallet } from '@getpara/react-common'; export declare function resolveWalletList(wallets: WalletList | TExternalWallet[] | undefined): WalletList;