import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const InsuranceCredentialOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const InsuranceCredentialOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; siteKey: z.ZodOptional>; username: z.ZodOptional>; password: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; siteKey?: "asc" | "desc" | undefined; username?: "asc" | "desc" | undefined; password?: "asc" | "desc" | undefined; _count?: Prisma.InsuranceCredentialCountOrderByAggregateInput | undefined; _min?: Prisma.InsuranceCredentialMinOrderByAggregateInput | undefined; _max?: Prisma.InsuranceCredentialMaxOrderByAggregateInput | undefined; _avg?: Prisma.InsuranceCredentialAvgOrderByAggregateInput | undefined; _sum?: Prisma.InsuranceCredentialSumOrderByAggregateInput | undefined; }, { id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; siteKey?: "asc" | "desc" | undefined; username?: "asc" | "desc" | undefined; password?: "asc" | "desc" | undefined; _count?: Prisma.InsuranceCredentialCountOrderByAggregateInput | undefined; _min?: Prisma.InsuranceCredentialMinOrderByAggregateInput | undefined; _max?: Prisma.InsuranceCredentialMaxOrderByAggregateInput | undefined; _avg?: Prisma.InsuranceCredentialAvgOrderByAggregateInput | undefined; _sum?: Prisma.InsuranceCredentialSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=InsuranceCredentialOrderByWithAggregationInput.schema.d.ts.map