import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientGroupBySchema: z.ZodType; export declare const PatientGroupByZodSchema: 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" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[]; where?: Prisma.PatientWhereInput | undefined; _count?: true | Prisma.PatientCountAggregateInputType | undefined; orderBy?: Prisma.PatientOrderByWithAggregationInput | Prisma.PatientOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PatientMinAggregateInputType | undefined; _max?: Prisma.PatientMaxAggregateInputType | undefined; _avg?: Prisma.PatientAvgAggregateInputType | undefined; _sum?: Prisma.PatientSumAggregateInputType | undefined; having?: Prisma.PatientScalarWhereWithAggregatesInput | undefined; }, { by: ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[]; where?: Prisma.PatientWhereInput | undefined; _count?: true | Prisma.PatientCountAggregateInputType | undefined; orderBy?: Prisma.PatientOrderByWithAggregationInput | Prisma.PatientOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PatientMinAggregateInputType | undefined; _max?: Prisma.PatientMaxAggregateInputType | undefined; _avg?: Prisma.PatientAvgAggregateInputType | undefined; _sum?: Prisma.PatientSumAggregateInputType | undefined; having?: Prisma.PatientScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByPatient.schema.d.ts.map