/// import SocketIO from 'socket.io'; import http from 'http'; import { Client } from './Client'; export declare class App { private name; private auth; private server; private io; private namespc; private func; readonly Name: string; readonly Auth: boolean; readonly Server: http.Server; readonly IO: SocketIO.Server; readonly NameSpace: SocketIO.Namespace; readonly Func: (client: Client, app: App) => void; private readCookie; private Connection; Listen(port?: number, opts?: SocketIO.ServerOptions): void; constructor(name: string | undefined, func: (client: Client, app: App) => void, auth?: boolean, server?: http.Server, opts?: SocketIO.ServerOptions); } //# sourceMappingURL=index.d.ts.map