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