import * as z from 'zod'; export declare const CommunicationFindUniqueResultSchema: z.ZodNullable; channel: z.ZodUnknown; direction: z.ZodUnknown; status: z.ZodUnknown; body: z.ZodOptional; callDuration: z.ZodOptional; twilioSid: z.ZodOptional; createdAt: z.ZodDate; patient: z.ZodUnknown; user: z.ZodOptional; }, "strip", z.ZodTypeAny, { createdAt: Date; id: number; patientId: number; status?: unknown; userId?: number | undefined; user?: unknown; patient?: unknown; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }, { createdAt: Date; id: number; patientId: number; status?: unknown; userId?: number | undefined; user?: unknown; patient?: unknown; channel?: unknown; direction?: unknown; body?: string | undefined; callDuration?: number | undefined; twilioSid?: string | undefined; }>>; //# sourceMappingURL=CommunicationFindUniqueResult.schema.d.ts.map