export default WsStatus; declare enum WsStatus { OPEN = 'OPEN', ERROR = 'ERROR', CLOSE = 'CLOSE', }