import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationUpdateWithoutUserInputObjectSchema: z.ZodType; export declare const NotificationUpdateWithoutUserInputObjectZodSchema: z.ZodObject<{ type: z.ZodOptional, z.ZodLazy>]>>; message: z.ZodOptional>]>>; createdAt: z.ZodOptional>]>>; read: z.ZodOptional>]>>; }, "strict", z.ZodTypeAny, { message?: string | Prisma.StringFieldUpdateOperationsInput | undefined; type?: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC" | Prisma.EnumNotificationTypesFieldUpdateOperationsInput | undefined; createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; read?: boolean | Prisma.BoolFieldUpdateOperationsInput | undefined; }, { message?: string | Prisma.StringFieldUpdateOperationsInput | undefined; type?: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC" | Prisma.EnumNotificationTypesFieldUpdateOperationsInput | undefined; createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; read?: boolean | Prisma.BoolFieldUpdateOperationsInput | undefined; }>; //# sourceMappingURL=NotificationUpdateWithoutUserInput.schema.d.ts.map