import type { AxiosInstance } from 'axios'; export declare const _cache: { axiosInstance: AxiosInstance | null; }; export declare function getAxios(): Promise;