import { XmlElement } from "@src/types/types";
export declare function buildRootElementHeader(rootElement: XmlElement, rootElementName: string): string;
