export declare enum MediaType { APPLICATION_JSON = "application/json", TEXT_PLAIN = "text/plain", FORM_DATA = " multipart/form-data", FORM_ENCODED = " application/x-www-form-urlencoded" }