import { XhrOptions } from './types';
export default function xhr({ method, action, withCredentials, headers, data, file, files, name, useMockProgress, mockProgressDuration, formatRequest, onError, onProgress, onSuccess, }: XhrOptions): XMLHttpRequest;