import { LogEntryPublisher } from './logging/log-entry.publisher';
export declare class LoggingPublisher {
    private logEntryPublisher;
    constructor(logEntryPublisher: LogEntryPublisher);
    readonly logEntry: LogEntryPublisher;
}
