import { NotificationService } from './notification-service'; import { AbstractLogger, LeveledLogEntry } from '.'; export declare class NotificationLogger extends AbstractLogger { private readonly notificationService; private logLevels; useLogLevels(loglevels: string[]): void; addEntry(entry: LeveledLogEntry): Promise; constructor(notificationService: NotificationService); } //# sourceMappingURL=notification-logger.d.ts.map