import { z } from 'zod'; export declare const schema: z.ZodObject<{ id: z.ZodString; name: z.ZodString; slug: z.ZodString; openapiVersion: z.ZodEnum<{ "3.0": "3.0"; 3.1: "3.1"; "2.0": "2.0"; }>; typespecSchemaId: z.ZodNullable; public: z.ZodBoolean; format: z.ZodEnum<{ json: "json"; yaml: "yaml"; }>; iconKey: z.ZodOptional>; sourceUrl: z.ZodNullable; createdAt: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=schema.generated.d.ts.map