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