import { Context, GraphAction, GraphNode, GraphOperation, MusterEvent, NodeDefinition, NodeDependency, NodeType, OperationType, ProxiedNode, Scope } from '../types/graph'; import { Matcher } from '../types/matchers'; export declare const context: Matcher; export declare const scope: Matcher; export declare const nodeType: Matcher; export declare const nodeDefinition: Matcher; export declare const graphNode: Matcher; export declare const nodeDependency: Matcher; export declare const operationType: Matcher; export declare const graphOperation: Matcher; export declare const graphAction: Matcher; export declare const event: Matcher; export declare const proxiedNode: Matcher;