export declare const sortHighlights: (a: any, b: any) => 1 | -1; export declare const mergingHighlights: (highlights: any) => any; export declare const findPositionsInHighlights: (highlights: any, positions: any) => any[]; export declare const filteredHighlightContent: (highlightContent: any) => any[]; export declare const getStyleFromHighlight: (highlight: any) => string; export declare const needToHighlightAll: (token: any) => boolean; export declare const highlightText: (token: any, content?: string) => any;