import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentWhereUniqueInputObjectSchema: z.ZodType; export declare const PatientDocumentWhereUniqueInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>; //# sourceMappingURL=PatientDocumentWhereUniqueInput.schema.d.ts.map