import { AxiosRequestConfig, AxiosPromise } from 'axios';

export default function fetchAdapter(config: AxiosRequestConfig): AxiosPromise;
