method Server.prototype.emit
Overload 1
#Server.prototype.emit(event: string | symbol,...args: any[],): booleanOverload 2
#Server.prototype.emit(): booleanOverload 3
#Server.prototype.emit(event: "newSession",sessionId: Buffer,sessionData: Buffer,callback: () => void,): booleanOverload 4
#Server.prototype.emit(event: "OCSPRequest",certificate: Buffer,issuer: Buffer,callback: (err: Error | null,resp: Buffer,) => void,): booleanOverload 5
#Server.prototype.emit(event: "resumeSession",sessionId: Buffer,callback: (err: Error | null,sessionData: Buffer | null,) => void,): boolean