import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentFindUniqueSchema: z.ZodType; export declare const AppointmentFindUniqueZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.AppointmentWhereUniqueInput; include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; }, { where: Prisma.AppointmentWhereUniqueInput; include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; }>; //# sourceMappingURL=findUniqueAppointment.schema.d.ts.map