import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const InsuranceCredentialGroupBySchema: z.ZodType; export declare const InsuranceCredentialGroupByZodSchema: 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" | "userId" | "siteKey" | "username" | "password")[]; where?: Prisma.InsuranceCredentialWhereInput | undefined; _count?: true | Prisma.InsuranceCredentialCountAggregateInputType | undefined; orderBy?: Prisma.InsuranceCredentialOrderByWithAggregationInput | Prisma.InsuranceCredentialOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.InsuranceCredentialMinAggregateInputType | undefined; _max?: Prisma.InsuranceCredentialMaxAggregateInputType | undefined; _avg?: Prisma.InsuranceCredentialAvgAggregateInputType | undefined; _sum?: Prisma.InsuranceCredentialSumAggregateInputType | undefined; having?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | undefined; }, { by: ("id" | "userId" | "siteKey" | "username" | "password")[]; where?: Prisma.InsuranceCredentialWhereInput | undefined; _count?: true | Prisma.InsuranceCredentialCountAggregateInputType | undefined; orderBy?: Prisma.InsuranceCredentialOrderByWithAggregationInput | Prisma.InsuranceCredentialOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.InsuranceCredentialMinAggregateInputType | undefined; _max?: Prisma.InsuranceCredentialMaxAggregateInputType | undefined; _avg?: Prisma.InsuranceCredentialAvgAggregateInputType | undefined; _sum?: Prisma.InsuranceCredentialSumAggregateInputType | undefined; having?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByInsuranceCredential.schema.d.ts.map