import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientSelectObjectSchema: z.ZodType; export declare const PatientSelectObjectZodSchema: 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; user: z.ZodOptional, z.ZodTypeDef, Prisma.UserSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.UserInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.UserInclude | undefined; select?: Prisma.UserSelect | undefined; }, { include?: Prisma.UserInclude | undefined; select?: Prisma.UserSelect | undefined; }>>]>>; appointments: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentFindManyArgs>>]>>; procedures: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentProcedureFindManyArgs>>]>>; claims: z.ZodOptional, z.ZodTypeDef, Prisma.ClaimFindManyArgs>>]>>; groups: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupFindManyArgs>>]>>; payment: z.ZodOptional, z.ZodTypeDef, Prisma.PaymentFindManyArgs>>]>>; communications: z.ZodOptional, z.ZodTypeDef, Prisma.CommunicationFindManyArgs>>]>>; documents: z.ZodOptional, z.ZodTypeDef, Prisma.PatientDocumentFindManyArgs>>]>>; _count: z.ZodOptional, z.ZodTypeDef, Prisma.PatientCountOutputTypeSelect>>>; }, "strict", z.ZodTypeAny, { select?: Prisma.PatientCountOutputTypeSelect | undefined; }, { select?: Prisma.PatientCountOutputTypeSelect | undefined; }>>]>>; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | { include?: Prisma.UserInclude | undefined; select?: Prisma.UserSelect | undefined; } | undefined; procedures?: boolean | Prisma.AppointmentProcedureFindManyArgs | undefined; claims?: boolean | Prisma.ClaimFindManyArgs | undefined; email?: boolean | undefined; phone?: boolean | undefined; appointments?: boolean | Prisma.AppointmentFindManyArgs | undefined; payment?: boolean | Prisma.PaymentFindManyArgs | undefined; dateOfBirth?: boolean | undefined; insuranceProvider?: boolean | undefined; firstName?: boolean | undefined; lastName?: boolean | undefined; gender?: boolean | undefined; address?: boolean | undefined; city?: boolean | undefined; zipCode?: boolean | undefined; insuranceId?: boolean | undefined; groupNumber?: boolean | undefined; policyHolder?: boolean | undefined; allergies?: boolean | undefined; medicalConditions?: boolean | undefined; groups?: boolean | Prisma.PdfGroupFindManyArgs | undefined; documents?: boolean | Prisma.PatientDocumentFindManyArgs | undefined; communications?: boolean | Prisma.CommunicationFindManyArgs | undefined; _count?: boolean | { select?: Prisma.PatientCountOutputTypeSelect | undefined; } | undefined; }, { status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | { include?: Prisma.UserInclude | undefined; select?: Prisma.UserSelect | undefined; } | undefined; procedures?: boolean | Prisma.AppointmentProcedureFindManyArgs | undefined; claims?: boolean | Prisma.ClaimFindManyArgs | undefined; email?: boolean | undefined; phone?: boolean | undefined; appointments?: boolean | Prisma.AppointmentFindManyArgs | undefined; payment?: boolean | Prisma.PaymentFindManyArgs | undefined; dateOfBirth?: boolean | undefined; insuranceProvider?: boolean | undefined; firstName?: boolean | undefined; lastName?: boolean | undefined; gender?: boolean | undefined; address?: boolean | undefined; city?: boolean | undefined; zipCode?: boolean | undefined; insuranceId?: boolean | undefined; groupNumber?: boolean | undefined; policyHolder?: boolean | undefined; allergies?: boolean | undefined; medicalConditions?: boolean | undefined; groups?: boolean | Prisma.PdfGroupFindManyArgs | undefined; documents?: boolean | Prisma.PatientDocumentFindManyArgs | undefined; communications?: boolean | Prisma.CommunicationFindManyArgs | undefined; _count?: boolean | { select?: Prisma.PatientCountOutputTypeSelect | undefined; } | undefined; }>; //# sourceMappingURL=PatientSelect.schema.d.ts.map