import { HighlightResult } from '../types'; export declare type HighlightedHit = THit & { _highlightResult?: HighlightResult; };