methodcrypto.CipherOCB.offoff<E extends keyof DuplexEventMap>(eventName: E,listener: (...args: DuplexEventMap[E]) => void): this;Alias for emitter.removeListener().off(eventName: string | symbol,listener: (...args: any[]) => void): this;