import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import { type ToolOperations } from "./operations.js"; declare const LsParams: z.ZodObject<{ path: z.ZodOptional; all: z.ZodOptional; }, z.core.$strip>; export declare function createLsTool(cwd: string, ops?: ToolOperations): AgentTool; export {}; //# sourceMappingURL=ls.d.ts.map