declare module 'markdown-it-pangu' { import { PluginSimple } from 'markdown-it' const pangu: PluginSimple export default pangu }