import { RhinoNode } from "./RhinoNode"; export declare class RhinoParser { parse(possibleScript: string): RhinoNode; constructor(); }