import { PharosAgentKit } from "../../agent";
import { DynamicStructuredTool } from "langchain/tools";
import { z } from "zod";
export declare function getProtocolTvlTool(_agent: PharosAgentKit): DynamicStructuredTool<z.ZodObject<{
    slug: z.ZodString;
}, "strip", z.ZodTypeAny, {
    slug: string;
}, {
    slug: string;
}>>;
//# sourceMappingURL=get_protocol_tvl.d.ts.map