import { HttpError } from "@leyyo/common"; /** * Http 498 Invalid Token * * An unofficial client error that is specific to ArcGIS and indicates that the HTTP request included a token but it was not accepted. * */ export declare class InvalidTokenError extends HttpError { }