import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const UserUpdateManySchema: z.ZodType; export declare const UserUpdateManyZodSchema: z.ZodObject<{ data: z.ZodType; where: z.ZodOptional>; }, "strict", z.ZodTypeAny, { data: Prisma.UserUpdateManyMutationInput; where?: Prisma.UserWhereInput | undefined; }, { data: Prisma.UserUpdateManyMutationInput; where?: Prisma.UserWhereInput | undefined; }>; //# sourceMappingURL=updateManyUser.schema.d.ts.map