import { HttpError } from './HttpError';
export declare function isHttpError(error: any): error is HttpError;
