import { Markdown } from "../../types/markdown-types/index.js"; import { Path } from "../../types/markdown-types/index.js"; /** * DEPRECATED: just use `md-to-json-parse` * * parse a md file to all the needed info * @param mdFilePath path to a md file * @returns Md */ export declare const parseMd: (mdFilePath: Path) => Markdown | undefined; //# sourceMappingURL=parseMd.d.ts.map