import { Wallet } from './Wallet'; export declare class WalletSolanaPhantom extends Wallet { constructor(obj?: any, chainId?: string); }