import { z } from "zod";
export declare const DeploymentSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type Deployment = z.infer<typeof DeploymentSchema>;
