12345678
  1. export declare function highlightError(htmlInput: string, errorCharStart: number, errorLength: number): string;
  2. export declare function highlight(name: string, value: string, ignore_illegals?: boolean, continuation?: any): {
  3. value: string;
  4. relevance: number;
  5. language?: string;
  6. top?: any;
  7. };