import * as z from 'zod'; export declare const DeploymentSchema: z.ZodObject<{ id: z.ZodUUID; deploymentId: z.ZodString; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>; //# sourceMappingURL=deployment.schema.d.ts.map