/**
 * Valid response formats for the `f` parameter.
 */
export type ResponseFormats = "json" | "geojson" | "pbf" | "pbf-as-geojson" | "pbf-as-arcgis" | "text" | "html" | "image" | "zip";
