import * as axios from 'axios'; import { LiteralObject } from '../interfaces/literal-object'; export declare function isAxiosError(error: Error | axios.AxiosError): error is axios.AxiosError; export declare function getErrorInfo(error: Error): string | LiteralObject;