import type MarkdownIt from 'markdown-it'; declare function tablePlugin(md: MarkdownIt, currentId: { value: string; }): void; export default tablePlugin;