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