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