import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientCreateNestedOneWithoutCommunicationsInputObjectSchema: z.ZodType; export declare const PatientCreateNestedOneWithoutCommunicationsInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutCommunicationsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }, { create?: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutCommunicationsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; }>; //# sourceMappingURL=PatientCreateNestedOneWithoutCommunicationsInput.schema.d.ts.map