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