///
export declare function onBeforeBrowserLaunch(config: Pick): (browser: Pick, launchOptions: Cypress.BrowserLaunchOptions) => Cypress.BrowserLaunchOptions;
export declare function modifyAndTransformPluginEnv({ env }: Pick): void;
export declare function cypressBrowserPermissionsPlugin(on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions): Cypress.PluginConfigOptions;