declare global { interface HTTPPromise extends Promise { /** * 取消请求 */ cancel: () => void; } } declare const _default: {}; export default _default;