import type { Dispatch, SetStateAction } from 'react'; import type { AxiosCacheHooksOptions } from './options'; import type { ApiCall, State } from './types'; export declare function executeApiCall(apiCall: ApiCall, args: Args, [state, setState]: [State, Dispatch>>], options: AxiosCacheHooksOptions): Promise; //# sourceMappingURL=api-call.d.ts.map