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