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