export declare class Highlighter { static highlightWholeLine(code: string, color?: string): string; static highlightWholeText(code: string, color?: string): string; static highlightPartOfText(code: string, boundsWithColors: Array<{ bounds: [number, number]; color: string; }>): string; } //# sourceMappingURL=Highlighter.d.ts.map