import type { BrowserPlugin } from './definitions';
declare const Browser: BrowserPlugin;
export * from './definitions';
export { Browser };
