import * as ESTree from "estree"; export declare const VOID_NODE: ESTree.UnaryExpression; export declare const FALSE_NODE: ESTree.Literal; export declare const TRUE_NODE: ESTree.Literal;