import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientDocumentCreateOneSchema: z.ZodType; export declare const PatientDocumentCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientDocumentSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.PatientDocumentInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.PatientDocumentCreateInput | Prisma.PatientDocumentUncheckedCreateInput; include?: Prisma.PatientDocumentInclude | undefined; select?: Prisma.PatientDocumentSelect | undefined; }, { data: Prisma.PatientDocumentCreateInput | Prisma.PatientDocumentUncheckedCreateInput; include?: Prisma.PatientDocumentInclude | undefined; select?: Prisma.PatientDocumentSelect | undefined; }>; //# sourceMappingURL=createOnePatientDocument.schema.d.ts.map