import type { BatchItem, OnProgress, SendResult, SendOptions, XhrSendConfig } from '../types'; declare const getXhrSend: (config?: XhrSendConfig) => (items: Array, url: string, options: SendOptions, onProgress?: OnProgress) => SendResult; export default getXhrSend; //# sourceMappingURL=xhrSender.d.ts.map