/**
 * Enum representing the different states of a live connection.
 *
 * @deprecated Since 3.4. Use `SOCKET_STATES` for generic socket connection states instead.
 */
export declare enum LiveConnectionState {
    CONNECTING = 0,
    OPEN = 1,
    CLOSING = 2,
    CLOSED = 3
}
//# sourceMappingURL=LiveConnectionState.d.ts.map