/**
* Surgically removes HTML-style comments from a Markdown string
* without reformatting the rest of the content.
*
* @param markdownContent The original Markdown string.
* @returns Markdown string with only comments removed.
*/
export declare function removeMarkdownComments(markdownContent: string): string;
//# sourceMappingURL=markdown-remove-comment.d.ts.map