import { ErrorPredicate } from '../types'; /** * Any HttpErrorResponse, should be handled. Other errors are ignored. */ export declare function anyHttpError(): ErrorPredicate;