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