import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationOrderByWithRelationInputObjectSchema: z.ZodType; export declare const NotificationOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; type: z.ZodOptional>; message: z.ZodOptional>; createdAt: z.ZodOptional>; read: z.ZodOptional>; user: 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; user?: Prisma.UserOrderByWithRelationInput | 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; user?: Prisma.UserOrderByWithRelationInput | undefined; read?: "asc" | "desc" | undefined; }>; //# sourceMappingURL=NotificationOrderByWithRelationInput.schema.d.ts.map