import { type NodeStartConfigClass } from './node-start-config-class.js';
export interface NodeStartContext {
    config: NodeStartConfigClass;
}
