import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureIncludeObjectSchema: z.ZodType; export declare const AppointmentProcedureIncludeObjectZodSchema: z.ZodObject<{ appointment: 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; }>>]>>; patient: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }, { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }>>]>>; }, "strict", z.ZodTypeAny, { patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; appointment?: boolean | { include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; } | undefined; }, { patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; appointment?: boolean | { include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; } | undefined; }>; //# sourceMappingURL=AppointmentProcedureInclude.schema.d.ts.map