import { z } from "zod"; export declare const SisyphusTasksConfigSchema: z.ZodObject<{ storage_path: z.ZodOptional; task_list_id: z.ZodOptional; claude_code_compat: z.ZodDefault; }, z.core.$strip>; export declare const SisyphusConfigSchema: z.ZodObject<{ tasks: z.ZodOptional; task_list_id: z.ZodOptional; claude_code_compat: z.ZodDefault; }, z.core.$strip>>; }, z.core.$strip>; export type SisyphusTasksConfig = z.infer; export type SisyphusConfig = z.infer;