import { NodeKind } from "./node-kind"; export declare type PredicateArgument = any; export interface INodeDict { nodeKind: NodeKind; }