import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpsertWithoutCommunicationsInputObjectSchema: z.ZodType; export declare const PatientUpsertWithoutCommunicationsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput; update: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput; where?: Prisma.PatientWhereInput | undefined; }, { create: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput; update: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput; where?: Prisma.PatientWhereInput | undefined; }>; //# sourceMappingURL=PatientUpsertWithoutCommunicationsInput.schema.d.ts.map