import { IResponseParser } from '../interface'; export declare class XmlResponseParser implements IResponseParser { options: any; private readonly parser; constructor(); parseResponse(xml: string): Promise; }