import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureSelectObjectSchema: z.ZodType; export declare const AppointmentProcedureSelectObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; appointmentId: z.ZodOptional; patientId: z.ZodOptional; procedureCode: z.ZodOptional; procedureLabel: z.ZodOptional; fee: z.ZodOptional; category: z.ZodOptional; toothNumber: z.ZodOptional; toothSurface: z.ZodOptional; oralCavityArea: z.ZodOptional; source: z.ZodOptional; comboKey: z.ZodOptional; createdAt: z.ZodOptional; 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, { createdAt?: boolean | undefined; id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; category?: boolean | undefined; toothNumber?: boolean | undefined; toothSurface?: boolean | undefined; oralCavityArea?: boolean | undefined; source?: boolean | undefined; comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | { include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; } | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; procedureCode?: boolean | undefined; procedureLabel?: boolean | undefined; fee?: boolean | undefined; category?: boolean | undefined; toothNumber?: boolean | undefined; toothSurface?: boolean | undefined; oralCavityArea?: boolean | undefined; source?: boolean | undefined; comboKey?: boolean | undefined; appointmentId?: boolean | undefined; appointment?: boolean | { include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; } | undefined; }>; //# sourceMappingURL=AppointmentProcedureSelect.schema.d.ts.map