import { z } from "zod"; export declare const OrchestratorTasksConfigSchema: z.ZodObject<{ storage_path: z.ZodOptional; task_list_id: z.ZodOptional; claude_code_compat: z.ZodDefault; }, z.core.$strip>; export declare const OrchestratorConfigSchema: z.ZodObject<{ tasks: z.ZodOptional; task_list_id: z.ZodOptional; claude_code_compat: z.ZodDefault; }, z.core.$strip>>; }, z.core.$strip>; export type OrchestratorTasksConfig = z.infer; export type OrchestratorConfig = z.infer;