import { Configuration } from "@atomist/automation-client/lib/configuration";
import { ProgressLogFactory } from "../../spi/log/ProgressLog";
/**
 * Create a progress log that will use Rolar logging service if available,
 * otherwise falling back to logging.
 */
export declare function rolarAndDashboardLogFactory(configuration: Configuration): ProgressLogFactory;
//# sourceMappingURL=rolarAndDashboardLogFactory.d.ts.map