export declare let xml2json: { parse: (xmlcode: any, ignoretags?: any, debug?: any) => any; show_json_structure: (obj: any, debug: any, l: any) => string; };