import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const NotificationFindUniqueSchema: z.ZodType; export declare const NotificationFindUniqueZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationSelect>>; include: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationInclude>>; where: z.ZodType; }, "strict", z.ZodTypeAny, { where: Prisma.NotificationWhereUniqueInput; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; }, { where: Prisma.NotificationWhereUniqueInput; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; }>; //# sourceMappingURL=findUniqueNotification.schema.d.ts.map