import type { Plugin } from 'rollup';
export declare function dedupeRollupPlugins(plugins: Plugin[]): Plugin[];
