import { Plugin } from 'rollup';
import { ManifestInputPlugin } from '../plugin-options';
export declare function browserPolyfill({ browserPolyfill: options, }: Pick<ManifestInputPlugin, 'browserPolyfill'>): Pick<Required<Plugin>, 'name' | 'generateBundle'>;
