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