import { Root } from 'hast';
/**
 * Highlight code lines
 */
export default function highlightCodeLines(): (tree: Root) => void;
