import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const NotificationFindFirstSelectSchema: z.ZodType; export declare const NotificationFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; type: z.ZodOptional; message: z.ZodOptional; createdAt: z.ZodOptional; read: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { message?: boolean | undefined; type?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; read?: boolean | undefined; }, { message?: boolean | undefined; type?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; read?: boolean | undefined; }>; export declare const NotificationFindFirstSchema: z.ZodType; export declare const NotificationFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.NotificationSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.NotificationInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.NotificationWhereInput | undefined; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; orderBy?: Prisma.NotificationOrderByWithRelationInput | Prisma.NotificationOrderByWithRelationInput[] | undefined; cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; }, { where?: Prisma.NotificationWhereInput | undefined; include?: Prisma.NotificationInclude | undefined; select?: Prisma.NotificationSelect | undefined; orderBy?: Prisma.NotificationOrderByWithRelationInput | Prisma.NotificationOrderByWithRelationInput[] | undefined; cursor?: Prisma.NotificationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined; }>; //# sourceMappingURL=findFirstNotification.schema.d.ts.map