import type { Root } from "./ast.js"; export declare function parse(markdown: string): Root;