import { Options } from 'xml-js';
export declare const convertResponse: (value: any, parentElement: any) => void;
export declare const formatResponse: (xml: string, options: Options.XML2JSON) => any;
