import type { AxiosInstance } from 'axios'; export declare const addLogger: (axiosInstance: AxiosInstance) => void;