import type { PluginFunction } from 'vuepress/core'; import type { CopyCodePluginOptions } from './options.js'; export declare const copyCodePlugin: (options?: CopyCodePluginOptions) => PluginFunction;