import { AxiosError } from "axios";
export declare function formatAxiosError(error: AxiosError): string;
