import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType; export declare const PatientDocumentUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { where: Prisma.PatientDocumentWhereUniqueInput; data: Prisma.PatientDocumentUpdateWithoutPatientInput | Prisma.PatientDocumentUncheckedUpdateWithoutPatientInput; }, { where: Prisma.PatientDocumentWhereUniqueInput; data: Prisma.PatientDocumentUpdateWithoutPatientInput | Prisma.PatientDocumentUncheckedUpdateWithoutPatientInput; }>; //# sourceMappingURL=PatientDocumentUpdateWithWhereUniqueWithoutPatientInput.schema.d.ts.map