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