import type { ParsedXML } from '../../types';
export declare const xml2js: (parser: DOMParser, xmlText: string) => ParsedXML;
