import { Wallet } from '../types'; export declare function isWeb2Wallet(wallet: Wallet): boolean;