import * as airbrake from 'airbrake-js'; import { ErrorHandler } from '@angular/core'; export declare class AirbrakeHandler implements ErrorHandler { airbrake: airbrake.Client; lastErrorTime: number; lastErrorMessage: string; constructor(); handleError(error: any): void; }