export declare const markdownToJson: (value: any) => import("mdast").Root; export declare const jsonToMarkdown: (value: any) => string;