declare function markdown2html(content: string): Promise<string>;
export default markdown2html;
