import { Plugin } from '../plugins.js'; import { SolanaWalletClient } from '../wallets/solana.js'; import '../tool.js'; import 'zod'; import '../wallets/core.js'; import '../wallets/chain.js'; import '@solana/web3.js'; declare function sendSOL(): Plugin; export { sendSOL };