import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationUpsertWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType; export declare const CommunicationUpsertWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput; where: Prisma.CommunicationWhereUniqueInput; update: Prisma.CommunicationUncheckedUpdateWithoutPatientInput | Prisma.CommunicationUpdateWithoutPatientInput; }, { create: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput; where: Prisma.CommunicationWhereUniqueInput; update: Prisma.CommunicationUncheckedUpdateWithoutPatientInput | Prisma.CommunicationUpdateWithoutPatientInput; }>; //# sourceMappingURL=CommunicationUpsertWithWhereUniqueWithoutPatientInput.schema.d.ts.map