/// import { RollupOptions } from 'rollup'; import { ManifestInputPluginCache } from '../plugin-options'; export declare function getImportContentScriptFileName(target: string): string; export declare function updateManifestV3(m: chrome.runtime.ManifestV3, options: RollupOptions, wrapContentScripts: boolean, cache: ManifestInputPluginCache): chrome.runtime.ManifestV3;