import { XmlElement } from "../types/types";
export declare function buildXMLString(element: XmlElement, indentLevel?: number): string;
