import { type NodeRefreshConfigClass } from './node-refresh-config-class.js';
export interface NodeRefreshContext {
    config: NodeRefreshConfigClass;
}
