declare const api: (baseURL: string, accessToken?: string) => import("axios").AxiosInstance; export default api;