// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. export { FFInterception as FirefoxInterception } from './features/ffInterception'; export { FFBrowser as FirefoxBrowser } from './ffBrowser'; export { FFPlaywright as Firefox } from './ffPlaywright';