import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const ClusterTakesParams: z.ZodObject<{ path: z.ZodString; threshold: z.ZodOptional; window: z.ZodOptional; minTokens: z.ZodOptional; }, z.core.$strip>; export declare function createClusterTakesTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=cluster-takes.d.ts.map