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