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