import type { WalletWithRequiredFeatures } from '@iota/wallet-standard'; /** * Internal hook for easily handling the addition and removal of new wallets. */ export declare function useWalletsChanged(preferredWallets: string[], walletFilter?: (wallet: WalletWithRequiredFeatures) => boolean): void; //# sourceMappingURL=useWalletsChanged.d.ts.map