import { z } from "zod"; export declare const CodegraphConfigSchema: z.ZodObject<{ auto_init: z.ZodDefault; auto_provision: z.ZodDefault; enabled: z.ZodDefault; install_dir: z.ZodOptional; telemetry: z.ZodOptional; watch_debounce_ms: z.ZodOptional; }, z.core.$strip>; export type CodegraphConfig = z.infer;