/** Axios client to make HTTP operations */
declare const axiosClient: import("axios").AxiosInstance;
export default axiosClient;
