import * as z from 'zod'; declare const GetConversationRequest: z.ZodObject<{}, z.core.$strip>; declare const GetConversationResponse: z.ZodObject<{ conversation: z.ZodOptional; contact: z.ZodOptional; _createdDate: z.ZodNullable>; _updatedDate: z.ZodNullable>; }, z.core.$strip>>; }, z.core.$strip>; export { GetConversationRequest, GetConversationResponse };