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