import { SemanticTree } from "../types"; export declare const getHTMLReport: (tree: SemanticTree) => string;