type ScriptableRhinoNodeCallback = {}; export declare class RhinoNode { constructor(); compareTo(other?: RhinoNode): number; debugPrint(): string; getAbsolutePosition(): number; getColumnNo(): number; getLineNo(): number; getNameIdentifier(): string; getParent(): RhinoNode; getRootNode(): RhinoNode; getTypeName(): string; toSource(): string; visit(callbackFunction?: ScriptableRhinoNodeCallback): void; } export {}; //# sourceMappingURL=RhinoNode.d.ts.map