import type { HtmlExtension } from "micromark-util-types";
/**
 * Create an HTML extension for `micromark` to support OFM tags when
 * serializing to HTML.
 */
export declare function ofmCalloutHtml(): HtmlExtension;
