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