import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const PatientScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; firstName: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; lastName: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; dateOfBirth: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; gender: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; phone: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; email: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; address: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; city: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; zipCode: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; insuranceProvider: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; insuranceId: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; groupNumber: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; policyHolder: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; allergies: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; medicalConditions: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; status: z.ZodOptional, z.ZodTypeDef, Prisma.EnumPatientStatusWithAggregatesFilter>>, z.ZodEnum<["ACTIVE", "INACTIVE", "UNKNOWN"]>]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.PatientScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined; email?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; phone?: string | Prisma.StringWithAggregatesFilter | undefined; dateOfBirth?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; insuranceProvider?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; firstName?: string | Prisma.StringWithAggregatesFilter | undefined; lastName?: string | Prisma.StringWithAggregatesFilter | undefined; gender?: string | Prisma.StringWithAggregatesFilter | undefined; address?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; city?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; zipCode?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; insuranceId?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; groupNumber?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; policyHolder?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; allergies?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; medicalConditions?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }, { status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.PatientScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.PatientScalarWhereWithAggregatesInput | Prisma.PatientScalarWhereWithAggregatesInput[] | undefined; email?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; phone?: string | Prisma.StringWithAggregatesFilter | undefined; dateOfBirth?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; insuranceProvider?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; firstName?: string | Prisma.StringWithAggregatesFilter | undefined; lastName?: string | Prisma.StringWithAggregatesFilter | undefined; gender?: string | Prisma.StringWithAggregatesFilter | undefined; address?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; city?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; zipCode?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; insuranceId?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; groupNumber?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; policyHolder?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; allergies?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; medicalConditions?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }>; //# sourceMappingURL=PatientScalarWhereWithAggregatesInput.schema.d.ts.map