import { type NodeStatesConfigClass } from './node-states-config-class.js';
export interface NodeStatesContext {
    config: NodeStatesConfigClass;
}
