export declare const CONTENT_TYPE_JSON = "application/json";
export declare const CONTENT_TYPE_SOAP = "application/soap+xml";
export declare const CONTENT_TYPE_FORM_MULTIPART = "multipart/form-data";
export declare const CONTENT_TYPE_FORM = "application/x-www-form-urlencoded";
export declare const ENCODING_GZIP = "gzip,deflate";
