import type { Plugin } from '@vuepress/core'; import type { MarkdownEnhanceOptions } from '../shared'; export { CodeDemoOptions, MarkdownEnhanceOptions, PresentationOptions, RevealPlugin, } from '../shared'; declare const markdownEnhancePlugin: Plugin; export default markdownEnhancePlugin;