export declare const markdownConverter: {
    makeHtml: (markdown: string) => string;
};
//# sourceMappingURL=markdown.d.ts.map