/**
 * 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
 */
export type ClusterKubernetesDistroType = typeof ClusterKubernetesDistroType[keyof typeof ClusterKubernetesDistroType];
export declare const ClusterKubernetesDistroType: {
    readonly k3s: "k3s";
    readonly cncf_k8s: "cncf_k8s";
    readonly 'vcluster-generic': "vcluster-generic";
};
//# sourceMappingURL=clusterKubernetesDistroType.d.ts.map