import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentCreateManyPatientInputEnvelopeObjectSchema: z.ZodType; export declare const PatientDocumentCreateManyPatientInputEnvelopeObjectZodSchema: z.ZodObject<{ data: z.ZodUnion<[z.ZodLazy>, z.ZodArray>, "many">]>; skipDuplicates: z.ZodOptional; }, "strict", z.ZodTypeAny, { data: Prisma.PatientDocumentCreateManyPatientInput | Prisma.PatientDocumentCreateManyPatientInput[]; skipDuplicates?: boolean | undefined; }, { data: Prisma.PatientDocumentCreateManyPatientInput | Prisma.PatientDocumentCreateManyPatientInput[]; skipDuplicates?: boolean | undefined; }>; //# sourceMappingURL=PatientDocumentCreateManyPatientInputEnvelope.schema.d.ts.map