/** The data format of the response body: JSON or XML */ export declare enum ResponseFormat { JSON = "json", XML = "xml" } //# sourceMappingURL=ResponseFormat.d.ts.map