import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientIncludeObjectSchema: z.ZodType; export declare const PatientIncludeObjectZodSchema: z.ZodObject<{ 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, { user?: boolean | { include?: Prisma.UserInclude | undefined; select?: Prisma.UserSelect | undefined; } | undefined; procedures?: boolean | Prisma.AppointmentProcedureFindManyArgs | undefined; claims?: boolean | Prisma.ClaimFindManyArgs | undefined; appointments?: boolean | Prisma.AppointmentFindManyArgs | undefined; payment?: boolean | Prisma.PaymentFindManyArgs | undefined; groups?: boolean | Prisma.PdfGroupFindManyArgs | undefined; documents?: boolean | Prisma.PatientDocumentFindManyArgs | undefined; communications?: boolean | Prisma.CommunicationFindManyArgs | undefined; _count?: boolean | { select?: Prisma.PatientCountOutputTypeSelect | undefined; } | undefined; }, { user?: boolean | { include?: Prisma.UserInclude | undefined; select?: Prisma.UserSelect | undefined; } | undefined; procedures?: boolean | Prisma.AppointmentProcedureFindManyArgs | undefined; claims?: boolean | Prisma.ClaimFindManyArgs | undefined; appointments?: boolean | Prisma.AppointmentFindManyArgs | undefined; payment?: boolean | Prisma.PaymentFindManyArgs | undefined; groups?: boolean | Prisma.PdfGroupFindManyArgs | undefined; documents?: boolean | Prisma.PatientDocumentFindManyArgs | undefined; communications?: boolean | Prisma.CommunicationFindManyArgs | undefined; _count?: boolean | { select?: Prisma.PatientCountOutputTypeSelect | undefined; } | undefined; }>; //# sourceMappingURL=PatientInclude.schema.d.ts.map