import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CommunicationUpsertOneSchema: z.ZodType; export declare const CommunicationUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CommunicationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CommunicationInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.CommunicationUncheckedCreateInput | Prisma.CommunicationCreateInput; where: Prisma.CommunicationWhereUniqueInput; update: Prisma.CommunicationUpdateInput | Prisma.CommunicationUncheckedUpdateInput; include?: Prisma.CommunicationInclude | undefined; select?: Prisma.CommunicationSelect | undefined; }, { create: Prisma.CommunicationUncheckedCreateInput | Prisma.CommunicationCreateInput; where: Prisma.CommunicationWhereUniqueInput; update: Prisma.CommunicationUpdateInput | Prisma.CommunicationUncheckedUpdateInput; include?: Prisma.CommunicationInclude | undefined; select?: Prisma.CommunicationSelect | undefined; }>; //# sourceMappingURL=upsertOneCommunication.schema.d.ts.map