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