import { AxiosError } from 'axios'; import { IError } from '../types'; interface ErrorResponseData { message?: string | { email?: string; [key: string]: any; }; [key: string]: any; } export declare const getApiError: (error: AxiosError, defaultMessage?: string) => IError; export {}; //# sourceMappingURL=ErrorHandler.d.ts.map