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