/** * Create an XML element given the tag name and attributes * * @param tagName - the tag name * @param attributes - all the key-value pairs to add to the xml block * @param innerContent - an array of pre-encoded XML content strings * @returns An XML string result */ export declare function buildXmlElement(tagName: string, attributes?: Record, innerContent?: string[]): string; //# sourceMappingURL=index.d.ts.map