import { ErrorHandler } from '@angular/core'; export declare class AppErrorHandler implements ErrorHandler { handleError(message: any): void; }