Version: 6.0.36.0.46.0.56.0.66.0.76.0.86.0.96.1.0-alpha.0f2fd6f96.1.0-alpha.bbfc8f6d6.1.06.1.16.1.26.1.36.1.46.1.56.1.66.1.76.2.06.2.16.2.26.2.36.2.46.2.56.2.66.3.06.3.16.3.26.3.36.3.46.3.512.0.0-beta.012.0.0-beta.112.0.0-beta.212.0.0-beta.312.0.012.0.212.1.012.1.112.2.012.2.112.2.212.2.312.3.012.5.012.5.212.6.012.6.113.0.013.0.113.0.213.0.313.0.413.0.513.1.013.1.113.1.213.1.313.1.413.2.013.3.013.3.113.3.213.3.313.4.013.4.113.4.2-next.014.0.014.0.114.0.214.0.314.0.414.0.514.1.014.2.014.2.114.3.014.4.014.4.114.4.2
import type { TxtDocumentNode } from "@textlint/ast-node-types";
import { ASTNodeTypes } from "@textlint/ast-node-types";
export { ASTNodeTypes as Syntax };
/**
* parse Markdown text and return ast mapped location info.
* @param {string} text
*/
export declare function parse(text: string): TxtDocumentNode;
//# sourceMappingURL=index.d.ts.map