import type { Plugin } from '@vuepress/core';
import type { CopyCodeOptions } from '../shared';
export * from '../shared';
declare const copyCodePlugin: Plugin<CopyCodeOptions>;
export default copyCodePlugin;
