import type { AgentState } from '../state.js'; import { z } from 'zod'; export declare function createMinimalFsTools(state: AgentState): (import("@langchain/core/tools").DynamicStructuredTool, { path: string; content: string; }, { path: string; content: string; }, string> | import("@langchain/core/tools").DynamicStructuredTool, { path: string; }, { path: string; }, string> | import("@langchain/core/tools").DynamicStructuredTool>>; timeoutMs: z.ZodDefault>>; }, "strip", z.ZodTypeAny, { entry: string; timeoutMs: number | null; args?: string[] | null | undefined; }, { entry: string; args?: string[] | null | undefined; timeoutMs?: number | null | undefined; }>, { entry: string; args?: string[]; timeoutMs?: number; }, { entry: string; args?: string[] | null | undefined; timeoutMs?: number | null | undefined; }, string>)[]; //# sourceMappingURL=langchain-tools.d.ts.map