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