import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupSelectObjectSchema: z.ZodType; export declare const PdfGroupSelectObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; title: z.ZodOptional; titleKey: z.ZodOptional; createdAt: z.ZodOptional; patientId: z.ZodOptional; 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, { createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; pdfs?: boolean | Prisma.PdfFileFindManyArgs | undefined; patientId?: boolean | undefined; patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; _count?: boolean | { select?: Prisma.PdfGroupCountOutputTypeSelect | undefined; } | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; title?: boolean | undefined; titleKey?: boolean | undefined; pdfs?: boolean | Prisma.PdfFileFindManyArgs | undefined; patientId?: boolean | undefined; patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; _count?: boolean | { select?: Prisma.PdfGroupCountOutputTypeSelect | undefined; } | undefined; }>; //# sourceMappingURL=PdfGroupSelect.schema.d.ts.map