import type { TaskRun, WorkflowInsights } from "./types.js"; export declare function aggregateWorkflowInsights(runs: TaskRun[]): WorkflowInsights;