export declare class Socket { server: any; id: any; app: any; info: any; _removed: any; _pinged: any; private _ws; private _listener; private _helloed; private _processingCount; private _packets; private _sending; private _lastPinged; constructor(ws: any, req: any, listener: any); disconnect(): any; terminate(): any; isOpen(): boolean; _active(): any; _send(message: any, options?: any): any; private caseInsensitiveKey; private _flush; private _error; private _onMessage; private _lifecycle; private _processHello; private _processRequest; private _filterHeaders; } //# sourceMappingURL=socket.d.ts.map