import * as i0 from "@angular/core";
export declare class HttpErrorService {
    httpError(response: any, message: string): void;
    isErrorCode: (code: number | string) => boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<HttpErrorService>;
}
