export default function highlighter(query?: string): (textToHighlight?: string, shouldHighlight?: boolean) => string | undefined;
