export { default as xml2js } from './lib/xml2js.js'; export { default as xml2json } from './lib/xml2json.js'; export { default as js2xml } from './lib/js2xml.js'; export { default as json2xml } from './lib/json2xml.js'; export type { Attributes, DeclarationAttributes, Element, ElementCompact } from './lib/types.js'; import xml2js from './lib/xml2js.js'; import xml2json from './lib/xml2json.js'; import js2xml from './lib/js2xml.js'; import json2xml from './lib/json2xml.js'; declare const _default: { xml2js: typeof xml2js; xml2json: typeof xml2json; js2xml: typeof js2xml; json2xml: typeof json2xml; }; export default _default;