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