import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationMaxOrderByAggregateInputObjectSchema: z.ZodType; export declare const NotificationMaxOrderByAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; type: z.ZodOptional>; message: z.ZodOptional>; createdAt: z.ZodOptional>; read: z.ZodOptional>; }, "strict", z.ZodTypeAny, { message?: "asc" | "desc" | undefined; type?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; read?: "asc" | "desc" | undefined; }, { message?: "asc" | "desc" | undefined; type?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; read?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=NotificationMaxOrderByAggregateInput.schema.d.ts.map