import { WalletProviderLike } from '../interfaces'; export declare function isWalletProvider(provider: WalletProviderLike): boolean;