import { AxiosRequestConfig } from 'axios'; export declare type UseAxiosParams

= AxiosRequestConfig | ((...args: P) => AxiosRequestConfig);