import type { Options } from './types.js'; export default function json2xml(json: string, options?: Options.JS2XML): string;