import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupArgsObjectSchema: z.ZodObject<{ select: 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; }>; export declare const PdfGroupArgsObjectZodSchema: z.ZodObject<{ select: 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; }>; //# sourceMappingURL=PdfGroupArgs.schema.d.ts.map