import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpsertWithoutAppointmentsInputObjectSchema: z.ZodType; export declare const PatientUpsertWithoutAppointmentsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput; update: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput; where?: Prisma.PatientWhereInput | undefined; }, { create: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput; update: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput; where?: Prisma.PatientWhereInput | undefined; }>; //# sourceMappingURL=PatientUpsertWithoutAppointmentsInput.schema.d.ts.map