import * as http from 'http'; import { ISocketServerWrapper } from './socketServer'; import { IOptions } from './wsServerFactory'; export declare function createAutoWsSocketServer(httpServer: http.Server, options?: IOptions): ISocketServerWrapper;