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