import { RootNode } from '../types/guards/node-guards.js'; import type { HighlightingMap } from '../types/internal.js'; import type { NameAccessor } from '../types/treemap.js'; export declare const getHighlightingMap: (data: RootNode, nameAccessor: NameAccessor | undefined) => HighlightingMap;