import { IEventPlugin, PluginContext } from "@exceptionless/core"; export declare class BrowserGlobalHandlerPlugin implements IEventPlugin { priority: number; name: string; private _client; startup(context: PluginContext): Promise; private getError; } //# sourceMappingURL=BrowserGlobalHandlerPlugin.d.ts.map