import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const PatientOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; firstName: z.ZodOptional>; lastName: z.ZodOptional>; dateOfBirth: z.ZodOptional>; gender: z.ZodOptional>; phone: z.ZodOptional>; email: z.ZodOptional, z.ZodLazy>]>>; address: z.ZodOptional, z.ZodLazy>]>>; city: z.ZodOptional, z.ZodLazy>]>>; zipCode: z.ZodOptional, z.ZodLazy>]>>; insuranceProvider: z.ZodOptional, z.ZodLazy>]>>; insuranceId: z.ZodOptional, z.ZodLazy>]>>; groupNumber: z.ZodOptional, z.ZodLazy>]>>; policyHolder: z.ZodOptional, z.ZodLazy>]>>; allergies: z.ZodOptional, z.ZodLazy>]>>; medicalConditions: z.ZodOptional, z.ZodLazy>]>>; status: z.ZodOptional>; userId: z.ZodOptional>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; phone?: "asc" | "desc" | undefined; dateOfBirth?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | Prisma.SortOrderInput | undefined; firstName?: "asc" | "desc" | undefined; lastName?: "asc" | "desc" | undefined; gender?: "asc" | "desc" | undefined; address?: "asc" | "desc" | Prisma.SortOrderInput | undefined; city?: "asc" | "desc" | Prisma.SortOrderInput | undefined; zipCode?: "asc" | "desc" | Prisma.SortOrderInput | undefined; insuranceId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; groupNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; policyHolder?: "asc" | "desc" | Prisma.SortOrderInput | undefined; allergies?: "asc" | "desc" | Prisma.SortOrderInput | undefined; medicalConditions?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.PatientCountOrderByAggregateInput | undefined; _min?: Prisma.PatientMinOrderByAggregateInput | undefined; _max?: Prisma.PatientMaxOrderByAggregateInput | undefined; _avg?: Prisma.PatientAvgOrderByAggregateInput | undefined; _sum?: Prisma.PatientSumOrderByAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; email?: "asc" | "desc" | Prisma.SortOrderInput | undefined; phone?: "asc" | "desc" | undefined; dateOfBirth?: "asc" | "desc" | undefined; insuranceProvider?: "asc" | "desc" | Prisma.SortOrderInput | undefined; firstName?: "asc" | "desc" | undefined; lastName?: "asc" | "desc" | undefined; gender?: "asc" | "desc" | undefined; address?: "asc" | "desc" | Prisma.SortOrderInput | undefined; city?: "asc" | "desc" | Prisma.SortOrderInput | undefined; zipCode?: "asc" | "desc" | Prisma.SortOrderInput | undefined; insuranceId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; groupNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined; policyHolder?: "asc" | "desc" | Prisma.SortOrderInput | undefined; allergies?: "asc" | "desc" | Prisma.SortOrderInput | undefined; medicalConditions?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.PatientCountOrderByAggregateInput | undefined; _min?: Prisma.PatientMinOrderByAggregateInput | undefined; _max?: Prisma.PatientMaxOrderByAggregateInput | undefined; _avg?: Prisma.PatientAvgOrderByAggregateInput | undefined; _sum?: Prisma.PatientSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=PatientOrderByWithAggregationInput.schema.d.ts.map