import type { Root } from 'myst-spec'; import type { Plugin } from 'unified'; import type { VFile } from 'vfile'; import type { PageFrontmatter } from 'myst-frontmatter'; export declare function writeMd(file: VFile, node: Root, frontmatter?: PageFrontmatter): VFile; declare const plugin: Plugin<[PageFrontmatter?], Root, VFile>; export default plugin; //# sourceMappingURL=index.d.ts.map