import { ModuleWithProviders } from '@angular/core'; import { AppInsightsConfig, AppInsightsService } from './src/app-insight.service'; export { SeverityLevel, AppInsightsConfig, AppInsightsService } from './src/app-insight.service'; export declare class ApplicationInsightsModule { constructor(parentModule: ApplicationInsightsModule, appInsightsService: AppInsightsService); static forRoot(config: AppInsightsConfig): ModuleWithProviders; }