import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const NotificationOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; type: z.ZodOptional>; message: z.ZodOptional>; createdAt: z.ZodOptional>; read: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: 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; _count?: Prisma.NotificationCountOrderByAggregateInput | undefined; _min?: Prisma.NotificationMinOrderByAggregateInput | undefined; _max?: Prisma.NotificationMaxOrderByAggregateInput | undefined; _avg?: Prisma.NotificationAvgOrderByAggregateInput | undefined; _sum?: Prisma.NotificationSumOrderByAggregateInput | 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; _count?: Prisma.NotificationCountOrderByAggregateInput | undefined; _min?: Prisma.NotificationMinOrderByAggregateInput | undefined; _max?: Prisma.NotificationMaxOrderByAggregateInput | undefined; _avg?: Prisma.NotificationAvgOrderByAggregateInput | undefined; _sum?: Prisma.NotificationSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=NotificationOrderByWithAggregationInput.schema.d.ts.map