import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentIncludeObjectSchema: z.ZodType; export declare const PatientDocumentIncludeObjectZodSchema: z.ZodObject<{ 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; }>>]>>; }, "strict", z.ZodTypeAny, { patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; }, { patient?: boolean | { include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; } | undefined; }>; //# sourceMappingURL=PatientDocumentInclude.schema.d.ts.map