import * as z from "zod"; export declare const readFileSchema: z.ZodObject<{ thought: z.ZodObject<{ type: z.ZodString; description: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * Creates a tool that reads file contents */ export declare const createThinkingTool: () => import("langchain").DynamicStructuredTool; }, z.core.$strip>, { thought: { type: string; description: string; }; }, { thought: { type: string; description: string; }; }, string, "think">;