/** * Export search utility functions */ export { highlightSearchMatches, generateMatchPreview, extractPlainText, highlightCodeMatches, getSearchHighlightStyles, } from './searchHighlighting'; //# sourceMappingURL=index.d.ts.map