import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpdateOneRequiredWithoutCommunicationsNestedInputObjectSchema: z.ZodType; export declare const PatientUpdateOneRequiredWithoutCommunicationsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutCommunicationsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput | Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput | undefined; upsert?: Prisma.PatientUpsertWithoutCommunicationsInput | undefined; }, { create?: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutCommunicationsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput | Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput | undefined; upsert?: Prisma.PatientUpsertWithoutCommunicationsInput | undefined; }>; //# sourceMappingURL=PatientUpdateOneRequiredWithoutCommunicationsNestedInput.schema.d.ts.map