import * as marked from 'marked'; export declare const md: { marked: typeof marked; md2html: (source: string, isFormat: boolean) => string; };