import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const ExitPlanParams: z.ZodObject<{ plan_path: z.ZodString; }, z.core.$strip>; export declare function createExitPlanTool(cwd: string, onExitPlan: (planPath: string) => Promise): AgentTool; export {}; //# sourceMappingURL=exit-plan.d.ts.map