import { XmlElement } from "../types/types";
export declare function buildXMLDeclaration(parsedXml: Record<string, XmlElement>): string;
