import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationAvgOrderByAggregateInputObjectSchema: z.ZodType; export declare const NotificationAvgOrderByAggregateInputObjectZodSchema: 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=NotificationAvgOrderByAggregateInput.schema.d.ts.map