import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientUpdateOneSchema: z.ZodType; export declare const PatientUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.PatientWhereUniqueInput; data: Prisma.PatientUpdateInput | Prisma.PatientUncheckedUpdateInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }, { where: Prisma.PatientWhereUniqueInput; data: Prisma.PatientUpdateInput | Prisma.PatientUncheckedUpdateInput; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }>; //# sourceMappingURL=updateOnePatient.schema.d.ts.map