import type { ProjectMap } from "../../../core/domain/project-map.js"; export declare function renderJson(map: ProjectMap): string;