import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationCreateOrConnectWithoutUserInputObjectSchema: z.ZodType; export declare const NotificationCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput; where: Prisma.NotificationWhereUniqueInput; }, { create: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput; where: Prisma.NotificationWhereUniqueInput; }>; //# sourceMappingURL=NotificationCreateOrConnectWithoutUserInput.schema.d.ts.map