/** * Renderer for `pipeline-summary` artifacts. * * Shows: spec title, success status, completed/failed sprints, duration (formatted), * and current sprint. No hard line cap (typically small). * * Pure function — no I/O. Receives a PipelineResult-shaped object. * * Sprint 11 — colocated in renderers/ per mechanisms/ precedent. */ /** * Render a `pipeline-summary` artifact as markdown. */ export declare function renderPipelineSummary(artifact: unknown): string; //# sourceMappingURL=pipeline-summary.d.ts.map