import type { AxiosInstance } from "axios";
declare const useAxiosPrivate: () => AxiosInstance;
export default useAxiosPrivate;
