import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentProcedureGroupBySchema: z.ZodType; export declare const AppointmentProcedureGroupByZodSchema: z.ZodObject<{ where: z.ZodOptional>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[]; where?: Prisma.AppointmentProcedureWhereInput | undefined; _count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.AppointmentProcedureMinAggregateInputType | undefined; _max?: Prisma.AppointmentProcedureMaxAggregateInputType | undefined; _avg?: Prisma.AppointmentProcedureAvgAggregateInputType | undefined; _sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined; having?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | undefined; }, { by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[]; where?: Prisma.AppointmentProcedureWhereInput | undefined; _count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.AppointmentProcedureMinAggregateInputType | undefined; _max?: Prisma.AppointmentProcedureMaxAggregateInputType | undefined; _avg?: Prisma.AppointmentProcedureAvgAggregateInputType | undefined; _sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined; having?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByAppointmentProcedure.schema.d.ts.map