import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientMaxAggregateInputObjectSchema: z.ZodType; export declare const PatientMaxAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; firstName: z.ZodOptional>; lastName: z.ZodOptional>; dateOfBirth: z.ZodOptional>; gender: z.ZodOptional>; phone: z.ZodOptional>; email: z.ZodOptional>; address: z.ZodOptional>; city: z.ZodOptional>; zipCode: z.ZodOptional>; insuranceProvider: z.ZodOptional>; insuranceId: z.ZodOptional>; groupNumber: z.ZodOptional>; policyHolder: z.ZodOptional>; allergies: z.ZodOptional>; medicalConditions: z.ZodOptional>; status: z.ZodOptional>; userId: z.ZodOptional>; createdAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; email?: true | undefined; phone?: true | undefined; dateOfBirth?: true | undefined; insuranceProvider?: true | undefined; firstName?: true | undefined; lastName?: true | undefined; gender?: true | undefined; address?: true | undefined; city?: true | undefined; zipCode?: true | undefined; insuranceId?: true | undefined; groupNumber?: true | undefined; policyHolder?: true | undefined; allergies?: true | undefined; medicalConditions?: true | undefined; }, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; email?: true | undefined; phone?: true | undefined; dateOfBirth?: true | undefined; insuranceProvider?: true | undefined; firstName?: true | undefined; lastName?: true | undefined; gender?: true | undefined; address?: true | undefined; city?: true | undefined; zipCode?: true | undefined; insuranceId?: true | undefined; groupNumber?: true | undefined; policyHolder?: true | undefined; allergies?: true | undefined; medicalConditions?: true | undefined; }>; //# sourceMappingURL=PatientMaxAggregateInput.schema.d.ts.map