import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CommunicationFindUniqueSchema: z.ZodType; export declare const CommunicationFindUniqueZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CommunicationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.CommunicationInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.CommunicationWhereUniqueInput; include?: Prisma.CommunicationInclude | undefined; select?: Prisma.CommunicationSelect | undefined; }, { where: Prisma.CommunicationWhereUniqueInput; include?: Prisma.CommunicationInclude | undefined; select?: Prisma.CommunicationSelect | undefined; }>; //# sourceMappingURL=findUniqueCommunication.schema.d.ts.map