import type { BlockchainWallet } from "@rarible/sdk-wallet"; export declare type WalletAndAddress = { wallet: BlockchainWallet; address: string; };