import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpdateOneRequiredWithoutDocumentsNestedInputObjectSchema: z.ZodType; export declare const PatientUpdateOneRequiredWithoutDocumentsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput | Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput | undefined; upsert?: Prisma.PatientUpsertWithoutDocumentsInput | undefined; }, { create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput | Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput | undefined; upsert?: Prisma.PatientUpsertWithoutDocumentsInput | undefined; }>; //# sourceMappingURL=PatientUpdateOneRequiredWithoutDocumentsNestedInput.schema.d.ts.map