import { TGenericErrorResponse } from "../interface/errors.interface";
declare const handleAxiosError: (err: any) => TGenericErrorResponse;
export default handleAxiosError;
