import { Plugin } from 'rollup';
import { CopyPluginOptions } from './types';
export default function (options: CopyPluginOptions): Plugin;
