import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const CommunicationScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; patientId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; userId: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter>>, z.ZodNumber]>>>; channel: z.ZodOptional, z.ZodTypeDef, Prisma.EnumCommunicationChannelWithAggregatesFilter>>, z.ZodEnum<["sms", "voice"]>]>>; direction: z.ZodOptional, z.ZodTypeDef, Prisma.EnumCommunicationDirectionWithAggregatesFilter>>, z.ZodEnum<["outbound", "inbound"]>]>>; status: z.ZodOptional, z.ZodTypeDef, Prisma.EnumCommunicationStatusWithAggregatesFilter>>, z.ZodEnum<["queued", "sent", "delivered", "failed", "completed", "busy", "no_answer"]>]>>; body: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; callDuration: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter>>, z.ZodNumber]>>>; twilioSid: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { status?: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer" | Prisma.EnumCommunicationStatusWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; AND?: Prisma.CommunicationScalarWhereWithAggregatesInput | Prisma.CommunicationScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CommunicationScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CommunicationScalarWhereWithAggregatesInput | Prisma.CommunicationScalarWhereWithAggregatesInput[] | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; channel?: "sms" | "voice" | Prisma.EnumCommunicationChannelWithAggregatesFilter | undefined; direction?: "outbound" | "inbound" | Prisma.EnumCommunicationDirectionWithAggregatesFilter | undefined; body?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; callDuration?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; twilioSid?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }, { status?: "queued" | "sent" | "delivered" | "failed" | "completed" | "busy" | "no_answer" | Prisma.EnumCommunicationStatusWithAggregatesFilter | undefined; createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; AND?: Prisma.CommunicationScalarWhereWithAggregatesInput | Prisma.CommunicationScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CommunicationScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CommunicationScalarWhereWithAggregatesInput | Prisma.CommunicationScalarWhereWithAggregatesInput[] | undefined; patientId?: number | Prisma.IntWithAggregatesFilter | undefined; channel?: "sms" | "voice" | Prisma.EnumCommunicationChannelWithAggregatesFilter | undefined; direction?: "outbound" | "inbound" | Prisma.EnumCommunicationDirectionWithAggregatesFilter | undefined; body?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; callDuration?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; twilioSid?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; }>; //# sourceMappingURL=CommunicationScalarWhereWithAggregatesInput.schema.d.ts.map