import type { NiceAxiosConfig, AjaxResponse, ComposePlugin } from '../../types'; /** * 保存 signal 用于取消请求 * @param next * @param config * @returns */ export declare const addCancelerPlugin: ComposePlugin; /** * 去除取消 signal * @param next * @param config * @returns */ export declare const removeCancelerPlugin: ComposePlugin;