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