import { Node } from 'estree'; export declare const executeAST: (node: Node) => any;