import { type NamespaceName } from '../../../types/namespace/namespace-name.js';
export interface ClusterReferenceResetConfigClass {
    clusterReference: string;
    clusterSetupNamespace: NamespaceName;
    context?: string;
}
