import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentUpdateOneSchema: z.ZodType; export declare const AppointmentUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.AppointmentWhereUniqueInput; data: Prisma.AppointmentUpdateInput | Prisma.AppointmentUncheckedUpdateInput; include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; }, { where: Prisma.AppointmentWhereUniqueInput; data: Prisma.AppointmentUpdateInput | Prisma.AppointmentUncheckedUpdateInput; include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; }>; //# sourceMappingURL=updateOneAppointment.schema.d.ts.map