/** * Expands the loop nodes in the XML document. * Returns the original document with the loops expanded. */ export declare const loopExpander: (xml: string) => string; //# sourceMappingURL=loopExpander.d.ts.map