import { AxiosError } from "axios"; export declare function getNetworkErrorMessage(err: Error | AxiosError): string;