import 'isomorphic-fetch'; export default function xhrAdapter(url: string, options: any): Promise<{ status: number; data: any; }>;