/** * Renderer for `plan-spec` artifacts. * * Extracts: title, ambiguity score, features count, sprints count (inline only), * assumptions list, out-of-scope list. Caps output at 300 lines. * * Pure function — no I/O. Receives the parsed PlanSpec object directly. * * Sprint 11 — colocated in renderers/ per mechanisms/ precedent. */ /** * Render a `plan-spec` artifact as markdown. */ export declare function renderPlanSpec(artifact: unknown): string; //# sourceMappingURL=plan.d.ts.map