import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientUpsertWithoutDocumentsInputObjectSchema: z.ZodType; export declare const PatientUpsertWithoutDocumentsInputObjectZodSchema: z.ZodObject<{ update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; where: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput; update: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput; where?: Prisma.PatientWhereInput | undefined; }, { create: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput; update: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput; where?: Prisma.PatientWhereInput | undefined; }>; //# sourceMappingURL=PatientUpsertWithoutDocumentsInput.schema.d.ts.map