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