/**
* critic markup HTML LaTeX
* {--[text]--} [text] \st{[text]}
* {++[text]++} [text] \underline{[text]}
* {~~[text1]~>[text2]~~} [text1][text2] \st{[text1]}\underline{[text2]}
* {==[text]==} [text] \hl{[text]}
* {>>[text]<<} \marginpar{[text]}
*/
import { MarkdownIt } from "markdown-it";
import { MarkdownEngineConfig } from "../markdown-engine-config";
declare const _default: (md: MarkdownIt, config: MarkdownEngineConfig) => void;
export default _default;