import type { Root } from "mdast"; import type { BoundedContext } from "../../../../core/domain/project-map.js"; export declare function renderContexts(contexts: readonly BoundedContext[]): Root["children"];