import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const NotificationCreateOneSchema: z.ZodType; export declare const NotificationCreateOneZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationInclude>>; data: z.ZodUnion<[z.ZodType, z.ZodType]>; }, "strict", z.ZodTypeAny, { data: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; }, { data: Prisma.NotificationUncheckedCreateInput | Prisma.NotificationCreateInput; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; }>; //# sourceMappingURL=createOneNotification.schema.d.ts.map