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