import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CommunicationOrderByWithRelationInputObjectSchema: z.ZodType; export declare const CommunicationOrderByWithRelationInputObjectZodSchema: 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>; patient: z.ZodOptional>>; user: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | 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; }, { status?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; patientId?: "asc" | "desc" | undefined; patient?: Prisma.PatientOrderByWithRelationInput | 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; }>; //# sourceMappingURL=CommunicationOrderByWithRelationInput.schema.d.ts.map