import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureMaxAggregateInputObjectSchema: z.ZodType; export declare const AppointmentProcedureMaxAggregateInputObjectZodSchema: 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>; }, "strict", z.ZodTypeAny, { createdAt?: true | undefined; id?: true | undefined; patientId?: true | undefined; procedureCode?: true | undefined; procedureLabel?: true | undefined; fee?: true | undefined; category?: true | undefined; toothNumber?: true | undefined; toothSurface?: true | undefined; oralCavityArea?: true | undefined; source?: true | undefined; comboKey?: true | undefined; appointmentId?: true | undefined; }, { createdAt?: true | undefined; id?: true | undefined; patientId?: true | undefined; procedureCode?: true | undefined; procedureLabel?: true | undefined; fee?: true | undefined; category?: true | undefined; toothNumber?: true | undefined; toothSurface?: true | undefined; oralCavityArea?: true | undefined; source?: true | undefined; comboKey?: true | undefined; appointmentId?: true | undefined; }>; //# sourceMappingURL=AppointmentProcedureMaxAggregateInput.schema.d.ts.map