import { AxiosRequestConfig } from 'axios';
export declare type UseAxiosParams<P extends any[]> = AxiosRequestConfig | ((...args: P) => AxiosRequestConfig);
