export declare function convertMarkdownToHtml(markdownContent: string, contestTitle: string): Promise<string>;
