import * as ESTree from 'estree'; export type TNodeWithLexicalScope = ESTree.Program | ESTree.Function;