declare enum LiveChatVersion { V1 = 1, V2 = 2 } export default LiveChatVersion;