import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfFileIncludeObjectSchema: z.ZodType; export declare const PdfFileIncludeObjectZodSchema: z.ZodObject<{ group: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PdfGroupInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; }, { include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; }>>]>>; }, "strict", z.ZodTypeAny, { group?: boolean | { include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; } | undefined; }, { group?: boolean | { include?: Prisma.PdfGroupInclude | undefined; select?: Prisma.PdfGroupSelect | undefined; } | undefined; }>; //# sourceMappingURL=PdfFileInclude.schema.d.ts.map