import { Node } from 'acorn';
import { default as Scope } from '../scope/index.ts';
export default function evaluate(node: Node, scope: Scope): Generator<any, any, any>;
