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