declare enum SignalingConnectionType { START = "start", ACCEPT = "accept", JOIN = "join", RETRY = "retry" } export default SignalingConnectionType;