export declare enum NodeKind { Top = 0, Internal = 1, Bottom = 2 }