import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientDocumentUpdateOneSchema: z.ZodType; export declare const PatientDocumentUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientDocumentSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientDocumentInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.PatientDocumentWhereUniqueInput; data: Prisma.PatientDocumentUpdateInput | Prisma.PatientDocumentUncheckedUpdateInput; include?: Prisma.PatientDocumentInclude | undefined; select?: Prisma.PatientDocumentSelect | undefined; }, { where: Prisma.PatientDocumentWhereUniqueInput; data: Prisma.PatientDocumentUpdateInput | Prisma.PatientDocumentUncheckedUpdateInput; include?: Prisma.PatientDocumentInclude | undefined; select?: Prisma.PatientDocumentSelect | undefined; }>; //# sourceMappingURL=updateOnePatientDocument.schema.d.ts.map