import { CrushTunablesEnum } from './clusterUpdate/CrushTunablesEnum';
/** Update cluster details */
export interface UpdateClusterDetails {
    /** Tunables of cluster */
    crushTunables: CrushTunablesEnum;
    /** Name of the cluster */
    label: string;
}
//# sourceMappingURL=UpdateClusterDetails.d.ts.map