export declare class XmlUtils { static getChildrenWithTag(node: Node, tag: string): NodeList; static filterListByParam(nodes: NodeList, paramName: string, paramValue: any): NodeList; static strToXml(str: string): Node; static nodeToString(node: Node): string; static readAttributeValue(node: any, attrName: string): string; static writeAttributeValue(node: any, attrName: string, attrValue: string): void; static hasAttribute(node: any, attrName: string): boolean; } //# sourceMappingURL=XmlUtils.d.ts.map