import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimGroupBySchema: z.ZodType; export declare const ClaimGroupByZodSchema: 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: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[]; where?: Prisma.ClaimWhereInput | undefined; _count?: true | Prisma.ClaimCountAggregateInputType | undefined; orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ClaimMinAggregateInputType | undefined; _max?: Prisma.ClaimMaxAggregateInputType | undefined; _avg?: Prisma.ClaimAvgAggregateInputType | undefined; _sum?: Prisma.ClaimSumAggregateInputType | undefined; having?: Prisma.ClaimScalarWhereWithAggregatesInput | undefined; }, { by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[]; where?: Prisma.ClaimWhereInput | undefined; _count?: true | Prisma.ClaimCountAggregateInputType | undefined; orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ClaimMinAggregateInputType | undefined; _max?: Prisma.ClaimMaxAggregateInputType | undefined; _avg?: Prisma.ClaimAvgAggregateInputType | undefined; _sum?: Prisma.ClaimSumAggregateInputType | undefined; having?: Prisma.ClaimScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByClaim.schema.d.ts.map