import { AxiosInstance } from 'axios';
export declare function useActiveRequests(axiosInstance: AxiosInstance): number;
