import type MarkdownIt from 'markdown-it'; declare function fencePlugin(md: MarkdownIt): void; export default fencePlugin;