import { Node } from 'typescript'; export interface AstNode { node: Node; }