export declare enum State { LinkText = 0,// [ ReferingUrl = 1,// [xx]( ReferingID = 2,// [xx][ ReferenceLinkUrl = 3,// [xx]: ImageText = 4,// ![ ImageReferingUrl = 5,// ![xx]( ImageReferingID = 6,// ![xx][ ImageAttributes = 7,// ![xx]{ HTMLTag = 8,// < Emphasis = 9,// * Strong = 10,// ** Strikethrough = 11,// ~~ InlineCode = 12,// ` BlockCodeLang = 13,// ``` Math = 14,// $, $$ BlockCodeBody = 15,// ```cpp\n OrderedListItem = 16,// 1. UnorderedListItem = 17,// * BlockquoteItem = 18,// > CalloutItem = 19,// [! Highlight = 20,// == Quoted = 21,// " in natural language Init = 22 }