export declare const enum NodeKind { Blank = 1, Punctuation = 2, AlphabetNumeric = 4, UnicodeString = 8, BlockCode = 16, Document = 32, HTMLTag = 64, ReferenceLink = 128, ReferenceDefinition = 256, InlineLink = 512, OrderedListItem = 1024, Quoted = 2048, SquareQuoted = 4096, Strikethrough = 8192, Strong = 16384, Emphasis = 32768, InlineCode = 65536, UnorderedListItem = 131072, InlineImage = 262144, ReferenceImage = 524288, Raw = 1048576, Math = 2097152, BlockquoteItem = 4194304, CalloutItem = 8388608, Highlight = 16777216, CJK = 33554432, All = -1, None = 0, Text = 33554447, NaturualConstructs = 33560591, Code = 65552, Link = 640, Image = 786432, Style = 16834560, Inline = 53344975, Block = -53344976 }