import { XmlElement } from 'xml-disassembler';
export declare function transformAndCleanup(xmlContent: XmlElement, format: string): Promise<string>;
