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