import { AxiosInstance } from "axios"; declare const httpClient: (base_url: string) => AxiosInstance; export default httpClient;