import { AxiosError } from "axios";
export declare const handleError: (err: AxiosError | Error | any) => Error;
