import { type NamespaceName } from '../../types/namespace/namespace-name.js';
export interface OneShotSingleDestroyConfigClass {
    clusterRef: string;
    context: string;
    deployment: string;
    namespace: NamespaceName;
    cacheDir: string;
    skipAll: boolean;
}
