export declare enum WsParamtype {
    SOCKET = 0,
    PAYLOAD = 3
}
