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