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