import { EventEmitter } from '@angular/core'; export declare class ErrorService { errorObserver: EventEmitter; constructor(); }