import type { TCPErrorCode } from '../../ErrorCode.js'; import { type ErrorArgs, type ErrorLevel, ExError } from '../../utility/ExError.js'; declare class TCPError extends ExError { constructor(code: TCPErrorCode, message: string, level: ErrorLevel, args?: ErrorArgs); } export { TCPError }; //# sourceMappingURL=TCPError.d.ts.map