export declare class SocketConnectionInUseError extends Error { constructor(message: string, options: { port: number; host: string; }); port: number; host: string; }