import type { Plugin } from '..'; export declare function copy(options: { from: string; to: string; }[]): Plugin;