import * as plugins from './smartlog.plugins.js';
/**
 * a console log optimized for smartlog
 */
export declare class ConsoleLog {
    log(logLevelArg: plugins.smartlogInterfaces.TLogLevel, logMessageArg: string, dataArg?: any, correlationArg?: plugins.smartlogInterfaces.ILogCorrelation): void;
}
