import { AxiosInstance } from 'axios'; export declare const getAxiosWithDebugLogger: (enableDebug: boolean) => AxiosInstance;