import { type NodeRestartConfigClass } from './node-restart-config-class.js';
export interface NodeRestartContext {
    config: NodeRestartConfigClass;
}
