import * as MDAST from '../mdxAst'; export default function toMarkdown(node: MDAST.Content | MDAST.Root): string;