declare module 'axios' {
    interface AxiosRequestConfig {
        authorization?: boolean;
    }
}
declare const httpClient: import("axios").AxiosInstance;
export { httpClient };
