importtype { Extension } from"micromark-util-types";
/**
* Create an extension for `micromark` to enable OFM highlight syntax.
* Highlights use ==text== syntax where the number of equal signs must match.
*/exportdeclarefunctionofmHighlight(): Extension;