import { ErrorType } from "./types";
export declare const handleFetchErrors: (data: ErrorType, endpointURL?: string) => void;
