/** * DOM Debug Tools for Browser Use * * This module provides debugging utilities for DOM analysis and visualization, * including element highlighting and interactive inspection tools. */ export { convertSelectorMapToHighlightFormat, removeHighlightingScript, injectHighlightingScript, } from './highlights'; //# sourceMappingURL=index.d.ts.map