import type { Element, ElementCompact, Options } from './types.js'; export default function js2xml(js: Element | ElementCompact, userOptions?: Options.JS2XML): string;