import type { SOL, SOL_DEVNET } from '../../../chains/index.js'; import type { ExtendedViemClient } from '../../../client.js'; import type { TransactionPartialSigner, Address as SolanaAddress } from '@solana/kit'; export declare function toSolanaSigner(client: ExtendedViemClient, address: TAddress, chain: typeof SOL | typeof SOL_DEVNET): TransactionPartialSigner;