/**
 * CWMS Data API
 * CWMS REST API for Data Retrieval
 *
 * The version of the OpenAPI document: 2.4.0-2026.3.16
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Set of data for which a larger catalog can be built.
 * @export
 * @enum {string}
 */
export declare enum CatalogableEndpoint {
    Timeseries = "TIMESERIES",
    Locations = "LOCATIONS"
}
export declare function CatalogableEndpointFromJSON(json: any): CatalogableEndpoint;
export declare function CatalogableEndpointFromJSONTyped(json: any, ignoreDiscriminator: boolean): CatalogableEndpoint;
export declare function CatalogableEndpointToJSON(value?: CatalogableEndpoint | null): any;
