importtype * as vite from'vite';
import { ResolvedConfig } from'../../../../types';
/**
* Mock `wxt/browser` and stub the global `browser`/`chrome` types with a fake version of the extension APIs
*/exportdeclarefunctionextensionApiMock(config: ResolvedConfig): vite.PluginOption;