/**
 * HTTP methods used by the ArcGIS REST API.
 */
export declare type HTTPMethods = "GET" | "POST";
