import { IDataNode } from '@comyata/run/DataNode';
export declare const walkNode: (rootNode: IDataNode, path: (string | number)[]) => IDataNode;
