/** Highlight a string of HTML. Pair with an indenter (e.g. htmlfy) upstream; this only colours, it doesn't reformat. */ export declare function ansiHighlightHtml(html: string): string;