import { type NodeStopConfigClass } from './node-stop-config-class.js';
export interface NodeStopContext {
    config: NodeStopConfigClass;
}
