export class RestUnreachableError extends RestBaseError {
    constructor(verb: any, url: any, innerException: any);
}
import { RestBaseError } from "./rest-base-error";
