import type { JsValue } from '../interpreter/util.js'; import type * as Ast from '../node.js'; export declare function nodeToJs(node: Ast.Node): JsValue; //# sourceMappingURL=node-to-js.d.ts.map