import Markdown from 'markdown-it';
import 'highlight.js/styles/solarized-dark.css';
declare const md: Markdown;
export { md };
