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