import { AxiosError } from "axios"; export declare function toHttpError(e: AxiosError): Error;