import { z } from "zod"; export declare const SisyphusAgentConfigSchema: z.ZodObject<{ disabled: z.ZodOptional; default_builder_enabled: z.ZodOptional; planner_enabled: z.ZodOptional; replace_plan: z.ZodOptional; tdd: z.ZodOptional>; }, z.core.$strip>; export type SisyphusAgentConfig = z.infer;