import { z } from 'zod'; export declare const EchelonConfigSchema: z.ZodObject<{ project: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional; }, z.core.$strip>; git: z.ZodPrefault; }, z.core.$strip>>; forge: z.ZodOptional>; copy_files: z.ZodDefault>; }, z.core.$strip>>; runtime: z.ZodOptional>; test_command: z.ZodOptional; install_command: z.ZodOptional; }, z.core.$strip>>; pr: z.ZodOptional>; merge_queue: z.ZodDefault; }, z.core.$strip>>; handoff: z.ZodOptional>; }, z.core.$strip>>; release: z.ZodOptional; }, z.core.$strip>>; workflows: z.ZodDefault>; project: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; export type EchelonConfig = z.infer;