import { PluginContext } from 'rollup'; import { ManifestInputPluginCache, ManifestInputPluginOptions } from '../plugin-options'; export declare function warnDeprecatedOptions(this: PluginContext, { browserPolyfill, crossBrowser, dynamicImportWrapper, firstClassManifest, iifeJsonPaths, publicKey, contentScriptWrapper, }: Pick, cache: ManifestInputPluginCache): void;