import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationUncheckedCreateNestedManyWithoutUserInputObjectSchema: z.ZodType; export declare const NotificationUncheckedCreateNestedManyWithoutUserInputObjectZodSchema: 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=NotificationUncheckedCreateNestedManyWithoutUserInput.schema.d.ts.map