import { z } from 'zod'; export declare const SpecSchema: z.ZodObject<{ name: z.ZodString; overview: z.ZodString; requirements: z.ZodArray>; }, z.core.$strip>>; metadata: z.ZodOptional; format: z.ZodLiteral<"openspec">; sourcePath: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export type Spec = z.infer; //# sourceMappingURL=spec.schema.d.ts.map