import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpdateOneRequiredWithoutProceduresNestedInputObjectSchema: z.ZodType; export declare const PatientUpdateOneRequiredWithoutProceduresNestedInputObjectZodSchema: 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.PatientCreateWithoutProceduresInput | Prisma.PatientUncheckedCreateWithoutProceduresInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutProceduresInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutProceduresInput | Prisma.PatientUncheckedUpdateWithoutProceduresInput | Prisma.PatientUpdateToOneWithWhereWithoutProceduresInput | undefined; upsert?: Prisma.PatientUpsertWithoutProceduresInput | undefined; }, { create?: Prisma.PatientCreateWithoutProceduresInput | Prisma.PatientUncheckedCreateWithoutProceduresInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutProceduresInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutProceduresInput | Prisma.PatientUncheckedUpdateWithoutProceduresInput | Prisma.PatientUpdateToOneWithWhereWithoutProceduresInput | undefined; upsert?: Prisma.PatientUpsertWithoutProceduresInput | undefined; }>; //# sourceMappingURL=PatientUpdateOneRequiredWithoutProceduresNestedInput.schema.d.ts.map