import { EventEmitter } from "@angular/core"; import { HttpErrorInterface } from "../intefraces/http-error.interface"; export declare class HttpErrorService { private _handler; constructor(); readonly handler: EventEmitter; }