declare function processCJKSearchKeywords(keywords: string): string; declare function highlightText(text: string, keywords: string, options?: { allowFromMiddle?: boolean; full?: boolean; }): string[]; export { highlightText, processCJKSearchKeywords, };