import { AppInsightsService } from '@bizappframework/ng-application-insights'; import { Logger, LoggerProvider } from '@bizappframework/ng-logging'; /** * Application Insights logger provider */ export declare class AppInsightsLoggerProvider implements LoggerProvider { private readonly _appInsightsService; readonly name: string; constructor(_appInsightsService: AppInsightsService); createLogger(category: string): Logger; }