import type { Extension } from "micromark-util-types";
/**
 * Create an extension for `micromark` to enable OFM callout syntax.
 */
export declare function ofmCallout(): Extension;
