import { CreateAxiosDefaults } from "axios";
export declare const useApi: (config?: CreateAxiosDefaults) => import("axios").AxiosInstance;
