/**
 * Module ID used to build the background in dev mode if the extension doesn't include a background
 * script/service worker.
 */
export declare const VIRTUAL_NOOP_BACKGROUND_MODULE_ID = "virtual:user-background";
