import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupIncludeObjectSchema: z.ZodType; export declare const PdfGroupIncludeObjectZodSchema: z.ZodObject<{ patient: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }, { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; }>>]>>; pdfs: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileFindManyArgs>>]>>; _count: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupCountOutputTypeSelect>>>; }, "strict", z.ZodTypeAny, { select?: Prisma.PdfGroupCountOutputTypeSelect | undefined; }, { select?: Prisma.PdfGroupCountOutputTypeSelect | undefined; }>>]>>; }, "strict", z.ZodTypeAny, { pdfs?: boolean | Prisma.PdfFileFindManyArgs | undefined; patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; _count?: boolean | { select?: Prisma.PdfGroupCountOutputTypeSelect | undefined; } | undefined; }, { pdfs?: boolean | Prisma.PdfFileFindManyArgs | undefined; patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; _count?: boolean | { select?: Prisma.PdfGroupCountOutputTypeSelect | undefined; } | undefined; }>; //# sourceMappingURL=PdfGroupInclude.schema.d.ts.map