import 'isomorphic-fetch'; import { AjaxResult, RequestArgs } from './type'; export default function xhrAdapter(requestArgs: RequestArgs): Promise>;