export declare function getAxios(baseUrl?: string): Promise<{ axios: import("axios").AxiosInstance; }>;