import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationMaxAggregateInputObjectSchema: z.ZodType; export declare const CommunicationMaxAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; userId: z.ZodOptional>; channel: z.ZodOptional>; direction: z.ZodOptional>; status: z.ZodOptional>; body: z.ZodOptional>; callDuration: z.ZodOptional>; twilioSid: z.ZodOptional>; createdAt: z.ZodOptional>; }, "strict", z.ZodTypeAny, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; channel?: true | undefined; direction?: true | undefined; body?: true | undefined; callDuration?: true | undefined; twilioSid?: true | undefined; }, { status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; patientId?: true | undefined; channel?: true | undefined; direction?: true | undefined; body?: true | undefined; callDuration?: true | undefined; twilioSid?: true | undefined; }>; //# sourceMappingURL=CommunicationMaxAggregateInput.schema.d.ts.map