import type { AxiosCacheHooksOptions } from './options'; import type { ApiCall } from './types'; export declare function applyAbortController(apiCall: ApiCall, options: AxiosCacheHooksOptions, args: A, abort: AbortController): void; //# sourceMappingURL=abort-controller.d.ts.map