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