declare namespace _exports {
export { HtmlCommentOptions };
}
declareconst_exports: import('markdown-it').PluginWithOptions<HtmlCommentOptions>;
export = _exports;
typeHtmlCommentOptions = {
/**
* If the end of a comment must be explicitly found.
*/strict?: boolean;
};