export declare enum PromisedWebSocketClosureCode { Normal = 1000, EmptyCloseFrame = 1005 } export default PromisedWebSocketClosureCode;