import type { RootContent } from "mdast"; import type { DetectionSectionId } from "../../../core/domain/project-map.js"; import type { FactSet } from "../../detect/detect.use-case.js"; /** * The reworked detection rendered under its own section ids. A dependency keeps * the reason of its hole in the document; an endpoint whose route stayed a hole * names no route, so it lives in the facts artifact alone. */ export declare function renderDetectionSection(id: DetectionSectionId, facts: FactSet | null): RootContent[];