export { SectionCN, DATA_KEY, SectionAttr } from '../common/const'; export declare const ENV_FLAG_NAME = "has-folding-headings"; export declare const TokenType: { readonly Heading: "heading"; readonly HeadingOpen: "heading_open"; readonly HeadingClose: "heading_close"; readonly Section: "heading_section"; readonly SectionOpen: "heading_section_open"; readonly SectionClose: "heading_section_close"; readonly Content: "heading_section_content"; readonly ContentOpen: "heading_section_content_open"; readonly ContentClose: "heading_section_content_close"; };