import { AxiosError, AxiosRequestConfig, AxiosResponse } from "axios";
export declare function axiosErrorFrom(error: Error, code: string | null, config: AxiosRequestConfig, request: unknown, response?: AxiosResponse, customProps?: object): AxiosError<unknown, any>;
