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