export declare class HostNotFound extends Error { /** * name of the host. */ private hostName; constructor( /** * name of the host. */ hostName: string); toString(): string; }