import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const CommunicationOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; userId: z.ZodOptional, z.ZodLazy>]>>; channel: z.ZodOptional>; direction: z.ZodOptional>; status: z.ZodOptional>; body: z.ZodOptional, z.ZodLazy>]>>; callDuration: z.ZodOptional, z.ZodLazy>]>>; twilioSid: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; patientId?: "asc" | "desc" | undefined; channel?: "asc" | "desc" | undefined; direction?: "asc" | "desc" | undefined; body?: "asc" | "desc" | Prisma.SortOrderInput | undefined; callDuration?: "asc" | "desc" | Prisma.SortOrderInput | undefined; twilioSid?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.CommunicationCountOrderByAggregateInput | undefined; _min?: Prisma.CommunicationMinOrderByAggregateInput | undefined; _max?: Prisma.CommunicationMaxOrderByAggregateInput | undefined; _avg?: Prisma.CommunicationAvgOrderByAggregateInput | undefined; _sum?: Prisma.CommunicationSumOrderByAggregateInput | undefined; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; patientId?: "asc" | "desc" | undefined; channel?: "asc" | "desc" | undefined; direction?: "asc" | "desc" | undefined; body?: "asc" | "desc" | Prisma.SortOrderInput | undefined; callDuration?: "asc" | "desc" | Prisma.SortOrderInput | undefined; twilioSid?: "asc" | "desc" | Prisma.SortOrderInput | undefined; _count?: Prisma.CommunicationCountOrderByAggregateInput | undefined; _min?: Prisma.CommunicationMinOrderByAggregateInput | undefined; _max?: Prisma.CommunicationMaxOrderByAggregateInput | undefined; _avg?: Prisma.CommunicationAvgOrderByAggregateInput | undefined; _sum?: Prisma.CommunicationSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=CommunicationOrderByWithAggregationInput.schema.d.ts.map