import type { PluginSimple } from 'markdown-it'; /** Filter heading section tokens, which are not needed in prosemirror-document */ export declare const skipSectionsPlugin: PluginSimple;