import { ResponseParser } from "../types"; /** * @description Axios adapter flavor identifier * @summary Constant string identifier used to identify the Axios implementation of the HTTP adapter * @const {string} AxiosFlavour * @memberOf module:for-http.axios */ export declare const AxiosFlavour = "axios"; export declare const TaskResponseParser: ResponseParser;