import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserUpdateOneRequiredWithoutNotificationsNestedInputObjectSchema: z.ZodType; export declare const UserUpdateOneRequiredWithoutNotificationsNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; upsert: z.ZodOptional>>; connect: z.ZodOptional>>; update: z.ZodOptional>, z.ZodLazy>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.UserCreateWithoutNotificationsInput | Prisma.UserUncheckedCreateWithoutNotificationsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutNotificationsInput | Prisma.UserUncheckedUpdateWithoutNotificationsInput | Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput | undefined; upsert?: Prisma.UserUpsertWithoutNotificationsInput | undefined; }, { create?: Prisma.UserCreateWithoutNotificationsInput | Prisma.UserUncheckedCreateWithoutNotificationsInput | undefined; connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationsInput | undefined; connect?: Prisma.UserWhereUniqueInput | undefined; update?: Prisma.UserUpdateWithoutNotificationsInput | Prisma.UserUncheckedUpdateWithoutNotificationsInput | Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput | undefined; upsert?: Prisma.UserUpsertWithoutNotificationsInput | undefined; }>; //# sourceMappingURL=UserUpdateOneRequiredWithoutNotificationsNestedInput.schema.d.ts.map