import type { Root } from "mdast";
export declare const mdParser: import("unified").Processor<Root, undefined, undefined, Root, string>;
