export declare const sectionsHtmlResult: string; export declare const commonHeadingTokens: ({ type: string; tag: string; attrs: null; map: number[]; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; } | { type: string; tag: string; attrs: null; map: number[]; nesting: number; level: number; children: { type: string; tag: string; attrs: null; map: null; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; }[]; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; } | { type: string; tag: string; attrs: null; map: null; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; })[]; export declare const foldingHeadingTokens: ({ type: string; tag: string; attrs: string[][]; map: null; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; } | { type: string; tag: string; attrs: null; map: number[]; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: { folding: boolean; }; block: boolean; hidden: boolean; } | { type: string; tag: string; attrs: null; map: number[]; nesting: number; level: number; children: { type: string; tag: string; attrs: null; map: null; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; }[]; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; } | { type: string; tag: string; attrs: null; map: null; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: { folding: boolean; }; block: boolean; hidden: boolean; } | { type: string; tag: string; attrs: null; map: null; nesting: number; level: number; children: null; content: string; markup: string; info: string; meta: null; block: boolean; hidden: boolean; })[];