import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const EnterPlanParams: z.ZodObject<{ reason: z.ZodOptional; }, z.core.$strip>; export declare function createEnterPlanTool(onEnterPlan: (reason?: string) => void | Promise): AgentTool; export {}; //# sourceMappingURL=enter-plan.d.ts.map