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