import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const NotificationUpsertOneSchema: z.ZodType; export declare const NotificationUpsertOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationInclude>>; where: z.ZodType; create: z.ZodUnion<[z.ZodType, z.ZodType]>; update: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { create: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput; where: Prisma.NotificationWhereUniqueInput; update: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; }, { create: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput; where: Prisma.NotificationWhereUniqueInput; update: Prisma.NotificationUpdateInput | Prisma.NotificationUncheckedUpdateInput; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; }>; //# sourceMappingURL=upsertOneNotification.schema.d.ts.map