import { type ChainIdParameter, type ConnectorParameter, type Evaluate, type SolanaWalletClient } from '@particle-network/connector-core'; import type { Config } from '../createConfig'; export type GetSolanaWalletClientParameters = Evaluate; export declare const getSolanaWalletClient: (config: Config, parameters?: GetSolanaWalletClientParameters) => Promise;