import { GraphNode, NodeDefinition } from '../types/graph'; export default function withScopeFrom(source: GraphNode, target: NodeDefinition): GraphNode;