export declare enum ConversationState { Prechat = 0, Loading = 1, ReconnectChat = 2, OutOfOffice = 3, ProactiveChat = 4, Active = 5, InActive = 6, PostchatLoading = 7, Postchat = 8, Closed = 9, Error = 10 }