/// <reference types="xml2js" />
import * as xml2jsType from 'xml2js';
export declare function load(modulePath: 'xml2js'): typeof xml2jsType;
