import { EventEmitter } from '@angular/core';
import { InterceptorError } from '../interfaces/interceptor-error';
import * as i0 from "@angular/core";
export declare class InterceptorErrorService {
    error: EventEmitter<InterceptorError>;
    append(statusCode: number, message: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<InterceptorErrorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorErrorService>;
}
