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