import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const EnumPatientStatusFieldUpdateOperationsInputObjectSchema: z.ZodType; export declare const EnumPatientStatusFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{ set: z.ZodOptional>; }, "strict", z.ZodTypeAny, { set?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | undefined; }, { set?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | undefined; }>; //# sourceMappingURL=EnumPatientStatusFieldUpdateOperationsInput.schema.d.ts.map