import { AxiosError } from 'axios'; declare function AxiosErrorToString(error: AxiosError): string; export { AxiosErrorToString as default };