import type { Options } from './types.js'; export default function xml2json(xml: string, userOptions?: Options.XML2JSON): string;