import type { MarkdownItPluginCb } from './typings';
declare const code: MarkdownItPluginCb;
export = code;
