import { Options } from 'xml-js'; /** * Options used when calling `js2xml` and `xml2js` from the `xml-js` library. We * use forward slashes preceding all keys since they cannot conflict with LF * record fields. */ export declare const libOptions: Options.JS2XML & Options.XML2JS;