import { Tool } from "langchain/tools"; import { EvmAgentKit } from "../../agent"; export declare class EvmGetWalletAddressTool extends Tool { private evmKit; name: string; description: string; constructor(evmKit: EvmAgentKit); _call(_input: string): Promise; } //# sourceMappingURL=wallet_address.d.ts.map