import axios from 'axios';
declare const makeRequest: (baseUrl: string) => axios.AxiosInstance;
export default makeRequest;
