import { XmlElement } from "@src/types/types";
export declare function mergeXmlElements(elements: XmlElement[]): XmlElement | undefined;
