/**
 * 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
 */
import type { EdgeNativeClusterConfig } from './edgeNativeClusterConfig';
import type { EdgeNativeClusterConfigPairEntity } from './edgeNativeClusterConfigPairEntity';
import type { SpectroClusterPairMeta } from './spectroClusterPairMeta';
import type { EdgeNativeMachinePoolConfigEntity } from './edgeNativeMachinePoolConfigEntity';
import type { ClusterProfileTemplate } from './clusterProfileTemplate';
export type SpectroEdgeNativeClusterPairSpec = {
    cloudConfig?: EdgeNativeClusterConfig;
    clusterConfig?: EdgeNativeClusterConfigPairEntity;
    clusterMeta?: SpectroClusterPairMeta;
    machinepoolconfig: EdgeNativeMachinePoolConfigEntity[];
    /** ClusterProfileTemplate is a copy of the draft version or latest published version of the clusterprofileSpec.clusterprofileTemplate */
    profiles: ClusterProfileTemplate[];
    /** Stylus Agent Version */
    stylusAgentVersion: string;
};
//# sourceMappingURL=spectroEdgeNativeClusterPairSpec.d.ts.map