import { Plugin } from '../plugins.js'; import { EVMWalletClient } from '../wallets/evm.js'; import '../tool.js'; import 'zod'; import '../wallets/core.js'; import '../wallets/chain.js'; import 'abitype'; declare function sendETH(): Plugin; export { sendETH };