import { PluginSimple } from 'markdown-it';

/**
 * Forked from https://github.com/markdown-it/markdown-it-sub/blob/master/index.mjs
 */

declare const sub: PluginSimple;

export { sub };
