import type { Plugin } from "@mr-hope/vuepress-types";
import type { CopyCodeOptions } from "../types";
export declare const copyCodePlugin: Plugin<CopyCodeOptions>;
