/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
/**
 * Flag to indicate whether the pool is deployed in any cloud or an edge environment
 */
export type HybridPoolClusterCloudType = typeof HybridPoolClusterCloudType[keyof typeof HybridPoolClusterCloudType];
export declare const HybridPoolClusterCloudType: {
    readonly 'edge-native': "edge-native";
};
//# sourceMappingURL=hybridPoolClusterCloudType.d.ts.map