declare module 'markdown-it-task-lists' { import type { PluginSimple } from 'markdown-it'; export default plugin as PluginSimple<{}>; }