import { AxiosError } from "axios";
import { IApiErrorResponse } from "./interface";
export declare function ApiError(error: AxiosError): IApiErrorResponse | undefined;
