import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const NotificationCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined; connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; }, { create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined; connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined; createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined; connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=NotificationCreateNestedManyWithoutUserInput.schema.d.ts.map