import { NodeDependencyUntilCondition, NodeType } from '../types/graph'; export declare function untilRegexNode(nodeType: NodeType, paramName: string): NodeDependencyUntilCondition;