export interface BCMSMarkdownService { toHtml(markdown: string): string; }