import { Configuration } from "@atomist/automation-client";
import { ProgressLogFactory } from "@atomist/sdm";
/**
 * 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