export declare enum UiControllerClientConnectionState {
    NOT_CONNECTED = 0,
    CONNECTING = 1,
    CONNECTED = 2,
    ERROR = 3
}
