import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentProcedureUpdateOneSchema: z.ZodType; export declare const AppointmentProcedureUpdateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentProcedureSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentProcedureInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.AppointmentProcedureWhereUniqueInput; data: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput; include?: Prisma.AppointmentProcedureInclude | undefined; select?: Prisma.AppointmentProcedureSelect | undefined; }, { where: Prisma.AppointmentProcedureWhereUniqueInput; data: Prisma.AppointmentProcedureUpdateInput | Prisma.AppointmentProcedureUncheckedUpdateInput; include?: Prisma.AppointmentProcedureInclude | undefined; select?: Prisma.AppointmentProcedureSelect | undefined; }>; //# sourceMappingURL=updateOneAppointmentProcedure.schema.d.ts.map