import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfFileArgsObjectSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PdfFileInclude | undefined; select?: Prisma.PdfFileSelect | undefined; }, { include?: Prisma.PdfFileInclude | undefined; select?: Prisma.PdfFileSelect | undefined; }>; export declare const PdfFileArgsObjectZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileSelect>>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PdfFileInclude>>>; }, "strict", z.ZodTypeAny, { include?: Prisma.PdfFileInclude | undefined; select?: Prisma.PdfFileSelect | undefined; }, { include?: Prisma.PdfFileInclude | undefined; select?: Prisma.PdfFileSelect | undefined; }>; //# sourceMappingURL=PdfFileArgs.schema.d.ts.map