export declare enum MessageSource {
    Polling = "Poll",
    WebSocket = "WS",
    GetRestCall = "Get"
}
