import getXhrSend from './xhrSender'; import { SendMethod } from '../types'; declare const send: SendMethod; export default send; export { send, getXhrSend }; //# sourceMappingURL=index.d.ts.map