import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema: z.ZodType; export declare const PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectZodSchema: 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.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput | Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput | undefined; upsert?: Prisma.PatientUpsertWithoutAppointmentsInput | undefined; }, { create?: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput | undefined; connectOrCreate?: Prisma.PatientCreateOrConnectWithoutAppointmentsInput | undefined; connect?: Prisma.PatientWhereUniqueInput | undefined; update?: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput | Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput | undefined; upsert?: Prisma.PatientUpsertWithoutAppointmentsInput | undefined; }>; //# sourceMappingURL=PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts.map