import { RequestConfig } from '../type';
declare function dispatchRequest(config: RequestConfig): Promise<any>;
export default dispatchRequest;
