import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const AppointmentProcedureOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; appointmentId: z.ZodOptional>; patientId: z.ZodOptional>; procedureCode: z.ZodOptional>; procedureLabel: z.ZodOptional, z.ZodLazy>]>>; fee: z.ZodOptional, z.ZodLazy>]>>; category: z.ZodOptional, z.ZodLazy>]>>; toothNumber: z.ZodOptional, z.ZodLazy>]>>; toothSurface: z.ZodOptional, z.ZodLazy>]>>; oralCavityArea: z.ZodOptional, z.ZodLazy>]>>; source: z.ZodOptional>; comboKey: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; procedureLabel?: "asc" | "desc" | Prisma.SortOrderInput | undefined; fee?: "asc" | "desc" | Prisma.SortOrderInput | undefined; category?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined; oralCavityArea?: "asc" | "desc" | Prisma.SortOrderInput | undefined; source?: "asc" | "desc" | undefined; comboKey?: "asc" | "desc" | Prisma.SortOrderInput | undefined; appointmentId?: "asc" | "desc" | undefined; _count?: Prisma.AppointmentProcedureCountOrderByAggregateInput | undefined; _min?: Prisma.AppointmentProcedureMinOrderByAggregateInput | undefined; _max?: Prisma.AppointmentProcedureMaxOrderByAggregateInput | undefined; _avg?: Prisma.AppointmentProcedureAvgOrderByAggregateInput | undefined; _sum?: Prisma.AppointmentProcedureSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; procedureCode?: "asc" | "desc" | undefined; procedureLabel?: "asc" | "desc" | Prisma.SortOrderInput | undefined; fee?: "asc" | "desc" | Prisma.SortOrderInput | undefined; category?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined; oralCavityArea?: "asc" | "desc" | Prisma.SortOrderInput | undefined; source?: "asc" | "desc" | undefined; comboKey?: "asc" | "desc" | Prisma.SortOrderInput | undefined; appointmentId?: "asc" | "desc" | undefined; _count?: Prisma.AppointmentProcedureCountOrderByAggregateInput | undefined; _min?: Prisma.AppointmentProcedureMinOrderByAggregateInput | undefined; _max?: Prisma.AppointmentProcedureMaxOrderByAggregateInput | undefined; _avg?: Prisma.AppointmentProcedureAvgOrderByAggregateInput | undefined; _sum?: Prisma.AppointmentProcedureSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=AppointmentProcedureOrderByWithAggregationInput.schema.d.ts.map