import type { Wallet, WalletWithFeatures, WalletWithRequiredFeatures } from '@iota/wallet-standard'; export declare function getRegisteredWallets(preferredWallets: string[], walletFilter?: (wallet: WalletWithRequiredFeatures) => boolean): WalletWithFeatures[]; export declare function getWalletUniqueIdentifier(wallet?: Wallet): string | undefined; //# sourceMappingURL=walletUtils.d.ts.map