export * from "./agent"; export * from "./elfa_ai"; export * from "./fourmeme"; export * from "./compound"; export * from "./defillama"; import type { EvmAgentKit } from "../agent"; import { ElfaPingTool, ElfaApiKeyStatusTool, ElfaGetMentionsTool, ElfaTrendingTokensTool, ElfaSearchMentionsTool, ElfaGetTopMentionsTool, ElfaAccountSmartStatsTool, CompoundSupplyTool } from "./index"; export declare function createEvmTools(evmKit: EvmAgentKit): (ElfaPingTool | ElfaApiKeyStatusTool | ElfaGetMentionsTool | ElfaGetTopMentionsTool | ElfaSearchMentionsTool | ElfaTrendingTokensTool | ElfaAccountSmartStatsTool | import("langchain/tools").DynamicStructuredTool; webUrl: import("zod").ZodOptional; twitterUrl: import("zod").ZodOptional; telegramUrl: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { name: string; bnbAmount: number; shortName: string; desc: string; imgUrl: string; launchTimeFromNow: number; label: "Meme" | "AI" | "Defi" | "Games" | "Infra" | "De-Sci" | "Social" | "Depin" | "Charity" | "Others"; webUrl?: string | undefined; twitterUrl?: string | undefined; telegramUrl?: string | undefined; }, { name: string; bnbAmount: number; shortName: string; desc: string; imgUrl: string; launchTimeFromNow: number; label: "Meme" | "AI" | "Defi" | "Games" | "Infra" | "De-Sci" | "Social" | "Depin" | "Charity" | "Others"; webUrl?: string | undefined; twitterUrl?: string | undefined; telegramUrl?: string | undefined; }>> | import("langchain/tools").DynamicStructuredTool<{}> | import("langchain/tools").DynamicStructuredTool> | CompoundSupplyTool | import("langchain/tools").DynamicStructuredTool>)[]; //# sourceMappingURL=index.d.ts.map