import { EvmAgentKit } from "../../agent"; import { DynamicStructuredTool } from "langchain/tools"; import { z } from "zod"; export declare function getProtocolTvlTool(_agent: EvmAgentKit): DynamicStructuredTool>; //# sourceMappingURL=get_protocol_tvl.d.ts.map