import { Wallet } from '@dynamic-labs/wallet-connector-core'; /** * Checks if wallet is a Solana wallet and it was marked as a Ledger wallet */ export declare const isLedgerSolanaWallet: (wallet: Wallet) => boolean;