import MarkdownIt from 'markdown-it';

declare const npmCommandsPlugin: (md: MarkdownIt) => void;

export { npmCommandsPlugin as npmCommandsMarkdownPlugin };
