import { Flow, Node } from '@chix/common'; export declare function findNodeWithinGraph(nodeId: string, graph: Flow): Node;