import { X2jOptions, XmlBuilderOptions } from 'fast-xml-parser'; export declare function toXml(content: any, options?: XmlBuilderOptions): string; export declare function xmlToJson(xml: string, options?: X2jOptions): any; export type UnparseConfig = XmlBuilderOptions; export type ParseConfig = X2jOptions;