import { Action, WithParsedExtension } from '@foscia/core'; import { Optional } from '@foscia/shared'; /** * Configure an abort signal on the request to * [make it abortable](https://developer.chrome.com/blog/abortable-fetch/). * * @param controllerOrSignal * * @category Enhancers */ declare const abortSignal: (controllerOrSignal?: Optional) => (action: Action) => Promise & { httpRequestConfig: import("../../..").HttpRequestConfig; }, {}>>; declare const _default: WithParsedExtension(this: Action, controllerOrSignal?: Optional): Action; }>; export default _default;