import { Duplex } from 'stream'; import type { IUpgradeError } from './IUpgradeError.js'; export declare class UpgradeAuthenticationError extends Error implements IUpgradeError { constructor(message: string); terminateConnection(socket: Duplex): boolean; }