import { Node } from '../models/Node'; import { NodePath } from '../models/NodePath'; /** * @author eric.wittmann@gmail.com * @class */ export declare class NodePathUtil { static createNodePath(node: Node): NodePath; }