import { AxiosResponse } from 'axios';
export declare type RequestCallback = (error: any, response: AxiosResponse, body: any) => void;
