import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType; export declare const NotificationUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined; connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; update?: Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput | Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput | Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; delete?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; updateMany?: Prisma.NotificationUpdateManyWithWhereWithoutUserInput | Prisma.NotificationUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined; }, { create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined; set?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined; connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; update?: Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput | Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput[] | undefined; upsert?: Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput | Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput[] | undefined; disconnect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; delete?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; updateMany?: Prisma.NotificationUpdateManyWithWhereWithoutUserInput | Prisma.NotificationUpdateManyWithWhereWithoutUserInput[] | undefined; deleteMany?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined; }>; //# sourceMappingURL=NotificationUpdateManyWithoutUserNestedInput.schema.d.ts.map