import type { Root } from 'mdast';
declare const mdastV6: (doc: string, { rdmd }: {
    rdmd: any;
}) => Root;
export default mdastV6;
