import { AxiosError } from 'axios';
export declare const handleErrors: (error: any) => any;
export declare const handleAxiosError: (error: AxiosError) => string;
