import * as MDAST from '../types/mdx-ast'; export default function moveToRoot(targetType: MDAST.Content['type'] | 'page'): (ast: MDAST.Root) => any;