/** * Renderer for `curator-briefing` artifacts. * * Extracts: title (H1), contract id, section count, first 3 lines of sprint summary, * and file path citation count. Caps output at 300 lines. * * Pure function — no I/O. Mechanisms must preload file content into artifact.content. * * Sprint 11 — colocated in renderers/ per mechanisms/ precedent. */ /** * Render a `curator-briefing` artifact as markdown. */ export declare function renderCuratorBriefing(artifact: unknown): string; //# sourceMappingURL=curator-briefing.d.ts.map