import type xml2js from 'xml2js';
export declare function deserializeXml(xml: string, options?: xml2js.OptionsV2): Promise<any>;
