/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.17.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.8
 * OpenAPI spec version: v1
 */
/**
 * Reconciliation state for this log entry
 */
export type ClusterReconcileLogState = typeof ClusterReconcileLogState[keyof typeof ClusterReconcileLogState];
export declare const ClusterReconcileLogState: {
    readonly Created: "Created";
    readonly Pending: "Pending";
    readonly InProgress: "InProgress";
    readonly Applied: "Applied";
    readonly Failed: "Failed";
};
//# sourceMappingURL=clusterReconcileLogState.d.ts.map