import { DynamicStructuredTool } from "@langchain/core/tools"; import { EvmAgentKit } from "../../agent"; export declare function getTokenHoldingsTool(agent: EvmAgentKit): DynamicStructuredTool<{}>; //# sourceMappingURL=get_token_holdings.d.ts.map