export declare class XML_Helpers {
    static prettyPrintXML(sourceXml: string): string;
}
