import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const ClaimFileGroupBySchema: z.ZodType; export declare const ClaimFileGroupByZodSchema: 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: ("id" | "filename" | "mimeType" | "claimId")[]; where?: Prisma.ClaimFileWhereInput | undefined; _count?: true | Prisma.ClaimFileCountAggregateInputType | undefined; orderBy?: Prisma.ClaimFileOrderByWithAggregationInput | Prisma.ClaimFileOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ClaimFileMinAggregateInputType | undefined; _max?: Prisma.ClaimFileMaxAggregateInputType | undefined; _avg?: Prisma.ClaimFileAvgAggregateInputType | undefined; _sum?: Prisma.ClaimFileSumAggregateInputType | undefined; having?: Prisma.ClaimFileScalarWhereWithAggregatesInput | undefined; }, { by: ("id" | "filename" | "mimeType" | "claimId")[]; where?: Prisma.ClaimFileWhereInput | undefined; _count?: true | Prisma.ClaimFileCountAggregateInputType | undefined; orderBy?: Prisma.ClaimFileOrderByWithAggregationInput | Prisma.ClaimFileOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.ClaimFileMinAggregateInputType | undefined; _max?: Prisma.ClaimFileMaxAggregateInputType | undefined; _avg?: Prisma.ClaimFileAvgAggregateInputType | undefined; _sum?: Prisma.ClaimFileSumAggregateInputType | undefined; having?: Prisma.ClaimFileScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByClaimFile.schema.d.ts.map