/// export declare type SocketRequestHandler = (socket: SocketIO.Socket, next: (err?: any) => void) => any;