import {
IBrowserEmulator,
IBrowserEmulatorClass,
BrowserEmulatorClassDecorator,
} from '@secret-agent/interfaces/ICorePlugin';
import BrowserEmulator from './lib/BrowserEmulator';
import CorePlugin from './lib/CorePlugin';
import ClientPlugin from './lib/ClientPlugin';
export {
ClientPlugin,
CorePlugin,
BrowserEmulatorClassDecorator,
BrowserEmulator,
IBrowserEmulator,
IBrowserEmulatorClass,
};