import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const CommunicationUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput; where: Prisma.CommunicationWhereUniqueInput; update: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput; }, { create: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput; where: Prisma.CommunicationWhereUniqueInput; update: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput; }>; //# sourceMappingURL=CommunicationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map