import { XMLElement } from './types';
export declare function js2xml(json: XMLElement): string;
export declare function xml2js(xml: string): XMLElement;
