import * as i0 from "@angular/core"; export declare class AppInsightsService { /** * This method Method integrates application insight API to log the error and exceptions to application insights or monitoring tool. * @param {Error} exception * @param {number} [severityLevel] * @memberof AppInsightsService */ logException(exception: Error, severityLevel?: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }