/// import http from 'http'; import { Server } from 'socket.io'; /** * Creates the Socket.io server with the existing transport and CORS settings. * * @private internal utility of `startRemoteServer` */ export declare function createSocketServer(httpServer: http.Server): Server;