/// import { Server } from 'http'; import SocketIO from 'socket.io'; import { Config } from '../config'; export declare class SocketService { private httpServer; private config; readonly server: SocketIO.Server; constructor(httpServer: Server, config: Config); }