import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CommunicationGroupBySchema: z.ZodType; export declare const CommunicationGroupByZodSchema: z.ZodObject<{ where: z.ZodOptional>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[]; where?: Prisma.CommunicationWhereInput | undefined; _count?: true | Prisma.CommunicationCountAggregateInputType | undefined; orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CommunicationMinAggregateInputType | undefined; _max?: Prisma.CommunicationMaxAggregateInputType | undefined; _avg?: Prisma.CommunicationAvgAggregateInputType | undefined; _sum?: Prisma.CommunicationSumAggregateInputType | undefined; having?: Prisma.CommunicationScalarWhereWithAggregatesInput | undefined; }, { by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[]; where?: Prisma.CommunicationWhereInput | undefined; _count?: true | Prisma.CommunicationCountAggregateInputType | undefined; orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.CommunicationMinAggregateInputType | undefined; _max?: Prisma.CommunicationMaxAggregateInputType | undefined; _avg?: Prisma.CommunicationAvgAggregateInputType | undefined; _sum?: Prisma.CommunicationSumAggregateInputType | undefined; having?: Prisma.CommunicationScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByCommunication.schema.d.ts.map