import { Node } from "./node";
export declare const nodeEvaluator: (node?: Node, literalEvaluator?: any, entities?: (string | number)[]) => any;
